docs(FN-2217): document Vitest worker cap for full test runs
- Update AGENTS testing guidance to run pnpm test with VITEST_MAX_WORKERS=4 - Preserve the existing pnpm build verification command in the same testing section
This commit is contained in:
@@ -48,7 +48,7 @@ Fusion supports multiple projects with a central registry at `~/.fusion/fusion-c
|
|||||||
## Testing
|
## Testing
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
pnpm test # run all tests
|
VITEST_MAX_WORKERS=4 pnpm test # run all tests
|
||||||
pnpm build # build all packages
|
pnpm build # build all packages
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user