-
Notifications
You must be signed in to change notification settings - Fork 9.4k
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
tests: Upgrade jest to fix current node 11 build #7413
Conversation
ah, nice find!
do we require it directly? We're running |
dear lord, |
We use it inside mocha for |
phased out. It should be trivial, but I haven't wanted to sit down and figure out our code coverage situation in |
including
speaking of having to figure out our code coverage situation :( |
Does that mean something? Can't repro it on local. |
My laptop is out of battery and my charger is at the office, so I'll leave this for today. Feel free to clean up my mess 😭 |
during
And the offending line in lcovonly is this one: and yeah thats 3/3 of us that can't repro this locally. :/ |
travis is green. i guess the travis cache clearing fixed it. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Requiring
jest-mock
breaks latest Node 11. Upgrade jest to fix.Also
jest-mock
should be an explicit dependency if we require it directly.