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:
Fusion
2026-04-21 10:13:52 -07:00
committed by gsxdsm
parent c21e6fef15
commit 04f8457c03

View File

@@ -48,7 +48,7 @@ Fusion supports multiple projects with a central registry at `~/.fusion/fusion-c
## Testing
```bash
pnpm test # run all tests
VITEST_MAX_WORKERS=4 pnpm test # run all tests
pnpm build # build all packages
```