Skip to content

Commit

Permalink
Remove vitest single thread config (#667)
Browse files Browse the repository at this point in the history
  • Loading branch information
blurfx authored Oct 13, 2023
1 parent c4938f7 commit 918b215
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion vitest.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ export default defineConfig({
},
environment: 'custom-jsdom',
globals: true,
singleThread: true,
testTimeout: isCI ? 5000 : Infinity,
},
plugins: [tsconfigPaths()],
Expand Down

0 comments on commit 918b215

Please sign in to comment.