-
-
Notifications
You must be signed in to change notification settings - Fork 27k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Remove --coverage + --watch workaround for the test command #4176
Conversation
@stipsan looks like jest@23 would have this change? |
@bugzpodder correct! Once this project is upgraded to jest 23 then this PR can be merged 😄 |
This pull request has been automatically marked as stale because it has not had any recent activity. It will be closed in 5 days if no further activity occurs. |
Deploy preview for gallant-davinci-8f9bd9 ready! Built with commit 6497d66 https://deploy-preview-4176--gallant-davinci-8f9bd9.netlify.com |
@bugzpodder looks like CRA is on 23+ now? 🙂 |
Yep, I think so! |
This pull request has been automatically marked as stale because it has not had any recent activity. It will be closed in 5 days if no further activity occurs. |
@bugzpodder then we could probably merge this 😄 |
Perhaps I misunderstood, but when I ran this locally with Can you give me a little more info about what this PR is trying to achieve? |
Sorry I was away and racked up 300 notifications from this repo :) I tested this after jest@23 with --findRelatedTests and --coverage but it still broke occasionally so I had to disable this particular set of flags in our CI build. But I imagine this would happen rarely and I am ok with seeing this PR go through. I'll let you guys deal with the potential breaking change part. |
@stipsan, if you could rebase this one (there's a small conflict), we can merge this in for 3.0! Thanks again. |
The workaround that removes
--watch
if--coverage
is present in the test command will no longer be needed when jestjs/jest#5601 is merged and released.# Do not merge this yetI will update the PR once it's part of a stable jest release 😄