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 committed May 17, 2022
1 parent 11243de commit 04046ea
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions vitest.config.e2e.ts
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 04046ea

Please sign in to comment.