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

Fix babel-plugin-jest-hoist #1754

Merged
merged 3 commits into from
Sep 21, 2016
Merged

Fix babel-plugin-jest-hoist #1754

merged 3 commits into from
Sep 21, 2016

Conversation

cpojer
Copy link
Member

@cpojer cpojer commented Sep 21, 2016

Summary
Fixes facebook/create-react-app#583 and #1746

Test plan
jest + repro in facebook/create-react-app#583

@cpojer cpojer changed the title Fix babel Fix babel-plugin-jest-hoist Sep 21, 2016
@ghost ghost added the CLA Signed ✔️ label Sep 21, 2016
@codecov-io
Copy link

codecov-io commented Sep 21, 2016

Current coverage is 87.38% (diff: 81.25%)

Merging #1754 into master will decrease coverage by 0.15%

@@             master      #1754   diff @@
==========================================
  Files            31         38     +7   
  Lines          1188       1197     +9   
  Methods           0          0          
  Messages          0          0          
  Branches          0          0          
==========================================
+ Hits           1040       1046     +6   
- Misses          148        151     +3   
  Partials          0          0          

Powered by Codecov. Last update 1ffad00...85d9b94

@cpojer cpojer merged commit 891b7be into jestjs:master Sep 21, 2016
mthmulders pushed a commit to mthmulders/jest that referenced this pull request Oct 10, 2016
* Move toMatchSnapshot to jest-matchers package

* Remove jasmine dependency from jest-snapshot

* Fixes for babel-plugin-jest-hoist.
@cpojer cpojer deleted the fix-babel branch May 4, 2017 15:44
tushardhole pushed a commit to tushardhole/jest that referenced this pull request Aug 21, 2017
* Move toMatchSnapshot to jest-matchers package

* Remove jasmine dependency from jest-snapshot

* Fixes for babel-plugin-jest-hoist.
@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.

Cannot import a jest.mock() when running tests with --coverage
4 participants