Files
bun.sh/test/cli/test
Claude Bot 54087b4b5c Implement --agent flag for bun test
This adds a new --agent flag to bun test that changes the reporter behavior:
- Only prints error messages and final summary
- Suppresses pass/skip/todo individual test output
- Disables ANSI colors
- Exits with code 1 when no tests are run
- Immediately prints failures instead of buffering them

The flag is designed for CI/CD environments and automated tools that need
clean, minimal output focused on failures.

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-07-15 11:44:02 +00:00
..