]> git.ipfire.org Git - thirdparty/vuejs/core.git/commitdiff
test: revert to threads
authorEvan You <yyx990803@gmail.com>
Mon, 22 Apr 2024 15:20:38 +0000 (23:20 +0800)
committerEvan You <yyx990803@gmail.com>
Mon, 22 Apr 2024 15:20:38 +0000 (23:20 +0800)
vmThreads mode swallows console.logs during test debugging

vitest.config.ts

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