Skip to content

Commit c97ef20

Browse files
committed
chore(test): add missing await
1 parent 9cc53b4 commit c97ef20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/module.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import { generateTestingKeys } from './genKeys'
99
const validWebhook = { isValidWebhook: true }
1010

1111
// Generate test keys
12-
generateTestingKeys()
12+
await generateTestingKeys()
1313
const nuxtConfig = (await import('./fixtures/basic/nuxt.config')).default
1414

1515
// Nuxt setup

0 commit comments

Comments
 (0)