diff --git a/vitest.config.mts b/vitest.config.mts index 7cbf8a3a1..874fe4b55 100644 --- a/vitest.config.mts +++ b/vitest.config.mts @@ -19,12 +19,8 @@ export default defineConfig({ // monorepo with thousands of tests that all pay the component-registry / // happy-dom boot cost. pool: 'threads', - poolOptions: { - threads: { - isolate: false, - singleThread: false, - }, - }, + isolate: false, + singleThread: false, // Per-file-type environment so pure logic tests (.test.ts) run in node // rather than paying happy-dom startup cost. environmentMatchGlobs: [