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
yyx990803 committed Apr 22, 2024
1 parent f12c81e commit 173ec65
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion vitest.config.ts
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 173ec65

Please sign in to comment.