Files
bun.sh/test/regression
Claude Bot 54102fbc53 test(net): use await using and AbortSignal for disposal/timeouts
Address additional CodeRabbit review feedback:
- Use `await using` for automatic server disposal instead of try/finally
- Use `once()` from node:events for cleaner event waiting
- Replace setTimeout-based timeout with AbortSignal.timeout()
- Simplify helper functions

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-24 16:08:12 +00:00
..