Skip to content

Commit 173ec65

Browse files
committedApr 22, 2024
test: revert to threads
vmThreads mode swallows console.logs during test debugging
1 parent f12c81e commit 173ec65

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed
 

‎vitest.config.ts

-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ export default defineConfig({
2424
},
2525
plugins: [codspeedPlugin()],
2626
test: {
27-
pool: 'vmThreads',
2827
globals: true,
2928
setupFiles: 'scripts/setup-vitest.ts',
3029
environmentMatchGlobs: [

0 commit comments

Comments
 (0)
Please sign in to comment.