Skip to content

Commit

Permalink
fix: ignore workspace jsons
Browse files Browse the repository at this point in the history
  • Loading branch information
AriPerkkio authored Aug 19, 2023
1 parent 8001f37 commit 9e0176a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/vitest/src/defaults.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ const defaultCoverageExcludes = [
'**/*{.,-}{test,spec}.?(c|m)[jt]s?(x)',
'**/__tests__/**',
'**/{karma,rollup,webpack,vite,vitest,jest,ava,babel,nyc,cypress,tsup,build}.config.*',
'**/vitest.{workspace,projects}.[jt]s',
'**/vitest.{workspace,projects}.[jt]s?(on)',
'**/.{eslint,mocha,prettier}rc.{?(c|m)js,yml}',
]

Expand Down

0 comments on commit 9e0176a

Please sign in to comment.