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 391f214 commit 09a9788Copy full SHA for 09a9788
test/utils.ts
@@ -99,6 +99,7 @@ export async function bundleAndRun(
99
const { module, exports } = window
100
const instance = {}
101
if (module && module.beforeCreate) {
102
+ // eslint-disable-next-line @typescript-eslint/ban-types
103
module.beforeCreate.forEach((hook: Function) => hook.call(instance))
104
}
105
0 commit comments