-
Notifications
You must be signed in to change notification settings - Fork 120
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
Unselected Test Suite Being Run #99
Comments
It looks like maybe this module is the one that would have to be updated? |
I'm guessing that if we populate |
Sorry for the delay. I'm back. |
My point was that |
Oh, I got it now. While the export it's as I explained, but when you run the tests from the app it doesn't clean the directory - I'm on it. |
just committed the fix, will be published with the next release. |
If you have multiple test suites in a project, and one happens to be the substring of another, then the running the substring one will cause both to be picked up. So in the following example (see the screenshot) if I run
invoices.json
thenchangelog_header_invoices.json
will also be picked up.The steps above should make this straightforward to reproduce. We've seen the issue on two MacOS boxes running Big Sur 11.5.1 and Puppetry v3.2.5.
I have a feeling this is related to the fact that
jest
accepts a regex pattern by default, not a specific filename.The text was updated successfully, but these errors were encountered: