We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ded8d0e commit 2e98ea6Copy full SHA for 2e98ea6
test/edgeCases.spec.ts
@@ -2,8 +2,11 @@ import { bundle, mockBundleAndRun, normalizeNewline } from './utils'
2
3
// @ts-ignore
4
function assertComponent({
5
+ // @ts-ignore
6
instance,
7
8
componentModule,
9
10
window,
11
expectedMsg = 'Hello from Component A!',
12
}) {
0 commit comments