Commit f580529
ref(config): Switch snapshot test pool from forks to threads
Use threads pool instead of forks for snapshot tests while keeping
single-worker concurrency via maxThreads: 1. Threads have lower
overhead than forked processes for these serialized test runs.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent 2950381 commit f580529
1 file changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
9 | 9 | | |
10 | | - | |
11 | | - | |
| 10 | + | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| |||
0 commit comments