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