- 
          
 - 
                Notifications
    
You must be signed in to change notification settings  - Fork 6.6k
 
Closed
Labels
Description
Do you want to request a feature or report a bug?
Bug.
What is the current behavior?
If I remove one of two projects in package.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 in package.json and run npm test.
leoselig