Skip to content

Commit 8024e36

Browse files
committed
chore(webapp): drop vitest maxForks cap (broke typecheck; superseded by worker-mock fix)
1 parent 1162d3c commit 8024e36

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

apps/webapp/vitest.config.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,6 @@ export default defineConfig({
2323
exclude: ["test/**/*.e2e.test.ts", "test/**/*.e2e.full.test.ts"],
2424
globals: true,
2525
pool: "forks",
26-
// Each fork boots its own testcontainer set (including the two-DB run-ops fixtures),
27-
// so cap concurrency to keep per-runner container memory in check. Sharding still
28-
// provides cross-runner parallelism.
29-
poolOptions: { forks: { maxForks: 4, minForks: 1 } },
3026
setupFiles: ["./test/setup.ts"], // load apps/webapp/.env
3127
},
3228
// @ts-ignore

0 commit comments

Comments
 (0)