Files
bun.sh/test/cli
Dylan Conway 32cc3c6c24 feat(test): add --test-path-ignore-patterns CLI option
Adds CLI support for excluding test files matching glob patterns.

Usage:
```bash
bun test --test-path-ignore-patterns "**/fixtures/**"
bun test --test-path-ignore-patterns "skip1*" --test-path-ignore-patterns "skip2*"
```

The option can be specified multiple times to add multiple patterns.

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-12-18 00:28:20 -08:00
..