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']