Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

story: support an array of glob patterns for all checkMatch and testMatch properties #911

Closed
tnolet opened this issue Dec 22, 2023 · 0 comments · Fixed by #913
Closed

story: support an array of glob patterns for all checkMatch and testMatch properties #911

tnolet opened this issue Dec 22, 2023 · 0 comments · Fixed by #913
Assignees
Labels
enhancement New feature or request

Comments

@tnolet
Copy link
Member

tnolet commented Dec 22, 2023

Story description

It's useful to be able to support arrays of glob patterns so users can more finely slice & dice where they store their checks inside their code base. This was requested by multiple users.

i.e.

testMatch: [glob1, glob2]

This also matches how Playwright and Jest do testMatch like patterns.

Shortcut link

No response

Additional resources

No response

@tnolet tnolet self-assigned this Dec 22, 2023
@tnolet tnolet added the enhancement New feature or request label Dec 22, 2023
@tnolet tnolet linked a pull request Dec 22, 2023 that will close this issue
6 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant