Skip to content

Commit

Permalink
fix(vitest): remove nuxt from auto inline deps
Browse files Browse the repository at this point in the history
  • Loading branch information
sheremet-va committed Jul 23, 2024
1 parent c3ef56d commit 93882f3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/vitest/src/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ export const extraInlineDeps = [
/^(?!.*node_modules).*\.cjs\.js$/,
// Vite client
/vite\w*\/dist\/client\/env.mjs/,
// Nuxt
'@nuxt/test-utils',
]

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

0 comments on commit 93882f3

Please sign in to comment.