Skip to content

Commit

Permalink
chore: disable vitest threads
Browse files Browse the repository at this point in the history
  • Loading branch information
MadCcc committed Jun 7, 2023
1 parent 1a65a9b commit 80264a7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions vitest.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ export default defineConfig({
...commonConfig,
test: {
...commonConfig.test,
threads: false,
include,
exclude: ['**/{image,node}.test.*', ...defaultExclude],
globals: true,
Expand Down

0 comments on commit 80264a7

Please sign in to comment.