Skip to content
This repository was archived by the owner on Jun 24, 2025. It is now read-only.

Commit 42ccdd1

Browse files
committed
test(server): try to use threads instead of forks to avoid ELIFECYCLE issues in the CI
1 parent 185652f commit 42ccdd1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

apps/server/vite.config.mts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ export default defineConfig(() => ({
1515
reportsDirectory: './test-output/vitest/coverage',
1616
provider: 'v8' as const,
1717
reporter: [ "text", "html" ]
18-
}
18+
},
19+
pool: "threads"
1920
},
2021
}));

0 commit comments

Comments
 (0)