diff --git a/vitest.config.ts b/vitest.config.ts index 59c7ec0c2..c2c7ed33d 100644 --- a/vitest.config.ts +++ b/vitest.config.ts @@ -24,7 +24,7 @@ export default defineConfig({ }, test: { environment: 'jsdom', - pool: 'vmThreads', + pool: 'threads', setupFiles: [path.resolve(__dirname, './setup.js')], include: ['tests/**/*.spec.ts'], server: {