-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Closed
Labels
p3-minor-bugAn edge case that only affects very specific usage (priority)An edge case that only affects very specific usage (priority)
Description
Clear and concise description of the problem
Until Vitest 1.2 I was able to use two --exclude globs, but this feature some inexplicably removed. I'm using this to split certain tests on CI so these globs cannot be part of the static configuration.
The command I'm running is:
vitest --run --exclude build/features* --exclude **/selectors*Suggested solution
Please restore the ability to call --exclude multiple times
Alternative
No response
Additional context
No response
Validations
- Follow our Code of Conduct
- Read the Contributing Guidelines.
- Read the docs.
- Check that there isn't already an issue that request the same feature to avoid creating a duplicate.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
p3-minor-bugAn edge case that only affects very specific usage (priority)An edge case that only affects very specific usage (priority)