test: revert to threads

vmThreads mode swallows console.logs during test debugging
This commit is contained in:
Evan You 2024-04-22 23:20:38 +08:00
parent f12c81efca
commit 173ec65cd4
No known key found for this signature in database
GPG Key ID: B9D421896CA450FB
1 changed files with 0 additions and 1 deletions

View File

@ -24,7 +24,6 @@ export default defineConfig({
}, },
plugins: [codspeedPlugin()], plugins: [codspeedPlugin()],
test: { test: {
pool: 'vmThreads',
globals: true, globals: true,
setupFiles: 'scripts/setup-vitest.ts', setupFiles: 'scripts/setup-vitest.ts',
environmentMatchGlobs: [ environmentMatchGlobs: [