Skip to content

Commit 2e98ea6

Browse files
committed
chore: fix type errors
1 parent ded8d0e commit 2e98ea6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Diff for: test/edgeCases.spec.ts

+3
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,11 @@ import { bundle, mockBundleAndRun, normalizeNewline } from './utils'
22

33
// @ts-ignore
44
function assertComponent({
5+
// @ts-ignore
56
instance,
7+
// @ts-ignore
68
componentModule,
9+
// @ts-ignore
710
window,
811
expectedMsg = 'Hello from Component A!',
912
}) {

0 commit comments

Comments
 (0)