Files
bun.sh/test/js/node
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
..
2025-08-27 06:39:11 -07:00
2025-09-27 00:27:23 -07:00
2025-12-23 22:24:18 -08:00
2025-10-20 18:01:25 -07:00
2025-11-27 12:26:50 -08:00
2025-09-11 17:53:06 -07:00
2025-10-09 19:11:08 -07:00