We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c3ef56d commit 93882f3Copy full SHA for 93882f3
packages/vitest/src/constants.ts
@@ -10,8 +10,6 @@ export const extraInlineDeps = [
10
/^(?!.*node_modules).*\.cjs\.js$/,
11
// Vite client
12
/vite\w*\/dist\/client\/env.mjs/,
13
- // Nuxt
14
- '@nuxt/test-utils',
15
]
16
17
export const CONFIG_NAMES = ['vitest.config', 'vite.config']
0 commit comments