From: Evan You Date: Mon, 22 Apr 2024 15:20:38 +0000 (+0800) Subject: test: revert to threads X-Git-Tag: v3.4.24~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=173ec65cd46f22cb1e91914923fcf75a75cd340d;p=thirdparty%2Fvuejs%2Fcore.git test: revert to threads vmThreads mode swallows console.logs during test debugging --- diff --git a/vitest.config.ts b/vitest.config.ts index e6d96e054c..e6436408ad 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: [