mirror of
https://github.com/oven-sh/bun
synced 2026-02-13 20:39:05 +00:00
- 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>