Files
bun.sh/test/js
Claude Bot 2390794fc6 refactor(test): make fs.test.ts run concurrently for faster execution
- Wrap all tests in `describe.concurrent("fs")` for parallel execution
- Replace `spawnSync` with async `Bun.spawn` throughout
- Replace `.toRun()` assertions with `Bun.spawn` + `await proc.exited`
- Wrap FD leak tests in `describe.serial` to prevent interference
- Add unique ID counter for temp file names to avoid collisions
- Remove unused `spawnSync` import

Test suite now runs in ~9.5s vs previous sequential execution time.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2026-01-08 06:13:08 +00:00
..