From e699829fa9fe3879fd1a2e7c3dc61db1be832ee9 Mon Sep 17 00:00:00 2001 From: "anthropic-code-agent[bot]" <242468646+Claude@users.noreply.github.com> Date: Thu, 23 Apr 2026 13:21:01 +0000 Subject: [PATCH] Changes before error encountered Agent-Logs-Url: https://github.com/objectstack-ai/objectui/sessions/5781bb47-fb58-45d3-b7b5-8b2f94537bf8 Co-authored-by: xuyushun441-sys <255036401+xuyushun441-sys@users.noreply.github.com> --- vitest.config.mts | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) 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: [