Commit c06079b
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 62914bc commit c06079b
1 file changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | | - | |
12 | | - | |
| 11 | + | |
| 12 | + | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| |||
0 commit comments