Skip to content

Commit 881fe05

Browse files
Merge pull request #1265 from objectstack-ai/claude/fix-build-and-test
Fix vitest.config.mts for Vitest 4 compatibility
2 parents 65d5098 + e699829 commit 881fe05

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)