Skip to content

Commit e699829

Browse files
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>
1 parent 65d5098 commit e699829

1 file changed

Lines changed: 2 additions & 6 deletions

File tree

vitest.config.mts

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,8 @@ export default defineConfig({
1919
// monorepo with thousands of tests that all pay the component-registry /
2020
// happy-dom boot cost.
2121
pool: 'threads',
22-
poolOptions: {
23-
threads: {
24-
isolate: false,
25-
singleThread: false,
26-
},
27-
},
22+
isolate: false,
23+
singleThread: false,
2824
// Per-file-type environment so pure logic tests (.test.ts) run in node
2925
// rather than paying happy-dom startup cost.
3026
environmentMatchGlobs: [

0 commit comments

Comments
 (0)