Skip to content

Commit 93882f3

Browse files
committedJul 23, 2024··
fix(vitest): remove nuxt from auto inline deps
1 parent c3ef56d commit 93882f3

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed
 

‎packages/vitest/src/constants.ts

-2
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@ export const extraInlineDeps = [
1010
/^(?!.*node_modules).*\.cjs\.js$/,
1111
// Vite client
1212
/vite\w*\/dist\/client\/env.mjs/,
13-
// Nuxt
14-
'@nuxt/test-utils',
1513
]
1614

1715
export const CONFIG_NAMES = ['vitest.config', 'vite.config']

0 commit comments

Comments
 (0)
Please sign in to comment.