From 7dcfae8634deb91c9d81b5230c7dae9979856ae5 Mon Sep 17 00:00:00 2001 From: YiJie Date: Sat, 23 Nov 2024 18:56:10 +0800 Subject: [PATCH] chore: set threads pool unit test mode --- vitest.config.js | 1 + 1 file changed, 1 insertion(+) diff --git a/vitest.config.js b/vitest.config.js index 330210e..a2cf8f5 100644 --- a/vitest.config.js +++ b/vitest.config.js @@ -10,6 +10,7 @@ export default defineConfig({ 'json-summary' ] }, + pool: 'threads', include: ['**/tests/**/*.spec.ts'], typecheck: { include: ['**/tests/**/*.spec.ts']