Skip to content

Commit

Permalink
test: remove threads limit (#8198)
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu authored and innocenzi committed May 18, 2022
1 parent 06a4b0d commit abd2425
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions vitest.config.e2e.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,7 @@ export default defineConfig({
onConsoleLog(log) {
if (log.match(/experimental|jit engine|emitted file|tailwind/i))
return false
},
maxThreads: process.env.CI ? 1 : undefined,
minThreads: process.env.CI ? 1 : undefined
}
},
esbuild: {
target: 'node14'
Expand Down

0 comments on commit abd2425

Please sign in to comment.