-
-
Notifications
You must be signed in to change notification settings - Fork 6.5k
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
Multi-project-runner fails with one project #4117
Comments
i have a fix for it but it needs some more work to do #4083 |
Fixed in #5176 |
Ergh, shouldn't have been closed. I don't remember why I thought it was fixed, tbh. Follow #7496 for updates as that contains a good reproduction |
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Do you want to request a feature or report a bug?
Bug.
What is the current behavior?
If I remove one of two
projects
inpackage.json
, test runner gets super confused. Symptoms are similar to #4037. It's basically as if it runs without configuration at all.What is the expected behavior?
Removing one project from
projects
doesn't cause the other one to fail.Please provide your exact Jest configuration and mention your Jest, node, yarn/npm version and operating system.
You can reproduce with this React commit: https://github.com/facebook/react/tree/171149a4b02a399a986c411b264515de45e70521.
Remove one of
projects
inpackage.json
and runnpm test
.The text was updated successfully, but these errors were encountered: