Skip to content

Commit 09a9788

Browse files
committed
fix lint error
1 parent 391f214 commit 09a9788

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/utils.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,7 @@ export async function bundleAndRun(
9999
const { module, exports } = window
100100
const instance = {}
101101
if (module && module.beforeCreate) {
102+
// eslint-disable-next-line @typescript-eslint/ban-types
102103
module.beforeCreate.forEach((hook: Function) => hook.call(instance))
103104
}
104105

0 commit comments

Comments
 (0)