jest runs all tests found in monorepo react-scripts@2.0.0-next
Created by: bugzpodder
Jest currently runs all tests it can find in every workspace in the monorepo (spec/tests) when ran from CRA workspace. This is somewhat unexpected, and can be problematic:
- jest version mismatches can break tests
- jest snapshots can potentially record different things depending on configuration
If needed I can try to get a clean repro up.