Uh oh!
There was an error while loading. Please reload this page.
Remove --coverage + --watch workaround for the test command - #4176
Conversation
bugzpodder
commented
May 25, 2018
@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 |
stipsan
commented
Dec 3, 2018
@bugzpodder looks like CRA is on 23+ now? 🙂 |
bugzpodder
commented
Dec 3, 2018
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. |
stipsan
commented
Jan 2, 2019
@bugzpodder then we could probably merge this 😄 |
mrmckeb
commented
Feb 1, 2019
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. |
mrmckeb
commented
Feb 3, 2019
mrmckeb
commented
Mar 20, 2019
@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
--watchif--coverageis 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 😄