Skip to content

Commit

Permalink
test: revert to threads
Browse files Browse the repository at this point in the history
vmThreads mode swallows console.logs during test debugging
  • Loading branch information
buqiyuan committed May 25, 2024
1 parent b3e82b5 commit 2b36a64
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 @@ -24,7 +24,6 @@ export default defineConfig({
},
plugins: [codspeedPlugin()],
test: {
pool: 'vmThreads',
globals: true,
setupFiles: 'scripts/setup-vitest.ts',
environmentMatchGlobs: [
Expand Down

0 comments on commit 2b36a64

Please sign in to comment.