-
-
Notifications
You must be signed in to change notification settings - Fork 6.5k
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
Make sure updateSnapshot propagates hasteContext.config #3298
Conversation
Seems like the test is failing on AppVeyor? |
Skipped this on windows, because I have no idea what's wrong. We should come back to it after #3156 is merged |
Codecov Report
@@ Coverage Diff @@
## master #3298 +/- ##
==========================================
+ Coverage 63.95% 64.51% +0.56%
==========================================
Files 176 176
Lines 6484 6485 +1
Branches 4 4
==========================================
+ Hits 4147 4184 +37
+ Misses 2336 2300 -36
Partials 1 1
Continue to review full report at Codecov.
|
* Make sure updateSnapshot propagates hasteContext.config * Skip test on windows * Lazy load jest-runtime for test * Update runJest-test.js
* Make sure updateSnapshot propagates hasteContext.config * Skip test on windows * Lazy load jest-runtime for test * Update runJest-test.js
This pull request has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Summary
Fixes #3297.
Test plan
Adds a very basic test for
runJest
. To be updated after #3156.