From 173ec65cd46f22cb1e91914923fcf75a75cd340d Mon Sep 17 00:00:00 2001 From: Evan You Date: Mon, 22 Apr 2024 23:20:38 +0800 Subject: [PATCH] test: revert to threads vmThreads mode swallows console.logs during test debugging --- vitest.config.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/vitest.config.ts b/vitest.config.ts index e6d96e054ca..e6436408adb 100644 --- a/vitest.config.ts +++ b/vitest.config.ts @@ -24,7 +24,6 @@ export default defineConfig({ }, plugins: [codspeedPlugin()], test: { - pool: 'vmThreads', globals: true, setupFiles: 'scripts/setup-vitest.ts', environmentMatchGlobs: [