Skip to content

Commit

Permalink
fix: inlining vitest in cnpm (#1015)
Browse files Browse the repository at this point in the history
* fix: inlining vitest in cnpm

* chore: cleanup
  • Loading branch information
sheremet-va committed Mar 24, 2022
1 parent 725bc92 commit f1b247f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/vitest/src/node/config.ts
Expand Up @@ -15,6 +15,8 @@ const extraInlineDeps = [
/\/vitest\/dist\//,
// yarn's .store folder
/vitest-virtual-\w+\/dist/,
// cnpm
/@vitest\/dist/,
// Nuxt
'@nuxt/test-utils',
]
Expand Down

0 comments on commit f1b247f

Please sign in to comment.