We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9cc53b4 commit c97ef20Copy full SHA for c97ef20
test/module.test.ts
@@ -9,7 +9,7 @@ import { generateTestingKeys } from './genKeys'
9
const validWebhook = { isValidWebhook: true }
10
11
// Generate test keys
12
-generateTestingKeys()
+await generateTestingKeys()
13
const nuxtConfig = (await import('./fixtures/basic/nuxt.config')).default
14
15
// Nuxt setup
0 commit comments