From: Evan You Date: Mon, 22 Apr 2024 13:05:26 +0000 (+0800) Subject: test: use pool: vmThreads X-Git-Tag: v3.4.24~4 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c8e87a1c903fe1bd10c3013890bd0855f9e3a6ba;p=thirdparty%2Fvuejs%2Fcore.git test: use pool: vmThreads --- diff --git a/vitest.config.ts b/vitest.config.ts index e6436408ad..e6d96e054c 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: [