We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 65d5098 + e699829 commit 881fe05Copy full SHA for 881fe05
1 file changed
vitest.config.mts
@@ -19,12 +19,8 @@ export default defineConfig({
19
// monorepo with thousands of tests that all pay the component-registry /
20
// happy-dom boot cost.
21
pool: 'threads',
22
- poolOptions: {
23
- threads: {
24
- isolate: false,
25
- singleThread: false,
26
- },
27
+ isolate: false,
+ singleThread: false,
28
// Per-file-type environment so pure logic tests (.test.ts) run in node
29
// rather than paying happy-dom startup cost.
30
environmentMatchGlobs: [
0 commit comments