Skip to content
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

Merged
merged 4 commits into from
Apr 18, 2017

Conversation

thymikee
Copy link
Collaborator

Summary

Fixes #3297.

Test plan

Adds a very basic test for runJest. To be updated after #3156.

@cpojer
Copy link
Member

cpojer commented Apr 17, 2017

Seems like the test is failing on AppVeyor?

@thymikee
Copy link
Collaborator Author

Skipped this on windows, because I have no idea what's wrong. We should come back to it after #3156 is merged

@cpojer cpojer merged commit cdd65f5 into jestjs:master Apr 18, 2017
@thymikee thymikee deleted the run-jest-test branch April 18, 2017 00:46
@codecov-io
Copy link

Codecov Report

Merging #3298 into master will increase coverage by 0.56%.
The diff coverage is 80%.

Impacted file tree graph

@@            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
Impacted Files Coverage Δ
packages/jest-cli/src/runJest.js 66.07% <80%> (+66.07%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 3fc7e92...3239c18. Read the comment docs.

skovhus pushed a commit to skovhus/jest that referenced this pull request Apr 29, 2017
* Make sure updateSnapshot propagates hasteContext.config

* Skip test on windows

* Lazy load jest-runtime for test

* Update runJest-test.js
tushardhole pushed a commit to tushardhole/jest that referenced this pull request Aug 21, 2017
* Make sure updateSnapshot propagates hasteContext.config

* Skip test on windows

* Lazy load jest-runtime for test

* Update runJest-test.js
@github-actions
Copy link

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.
Please note this issue tracker is not a help forum. We recommend using StackOverflow or our discord channel for questions.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators May 13, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Updating snapshots is not working in watch mode
5 participants