From c8e87a1c903fe1bd10c3013890bd0855f9e3a6ba Mon Sep 17 00:00:00 2001 From: Evan You Date: Mon, 22 Apr 2024 21:05:26 +0800 Subject: [PATCH] test: use pool: vmThreads --- vitest.config.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/vitest.config.ts b/vitest.config.ts index e6436408adb..e6d96e054ca 100644 --- a/vitest.config.ts +++ b/vitest.config.ts @@ -24,6 +24,7 @@ export default defineConfig({ }, plugins: [codspeedPlugin()], test: { + pool: 'vmThreads', globals: true, setupFiles: 'scripts/setup-vitest.ts', environmentMatchGlobs: [