Error: Expected a single value for option --exclude <glob>
, received ["a/*", "b/*"]
#5779
Closed
4 tasks done
Labels
p3-minor-bug
An edge case that only affects very specific usage (priority)
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:
Suggested solution
Please restore the ability to call
--exclude
multiple timesAlternative
No response
Additional context
No response
Validations
The text was updated successfully, but these errors were encountered: