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

Add spyOn to jest-runtime #2537

Merged
merged 1 commit into from
Jan 14, 2017
Merged

Add spyOn to jest-runtime #2537

merged 1 commit into from
Jan 14, 2017

Conversation

rogeliog
Copy link
Contributor

@rogeliog rogeliog commented Jan 9, 2017

Summary

Fixes #2534

Test plan

Added tests for this

@jest-bot
Copy link
Contributor

jest-bot commented Jan 9, 2017

Warnings
⚠️ Please ensure that @flow and 'use strict' are enabled on: packages/jest-runtime/src/__tests__/Runtime-jest-spyOn-test.js

Generated by 🚫 dangerJS

@rogeliog
Copy link
Contributor Author

rogeliog commented Jan 9, 2017

@orta I did add the copyright header, did I miss something?

@codecov-io
Copy link

codecov-io commented Jan 9, 2017

Current coverage is 64.50% (diff: 100%)

Merging #2537 into master will decrease coverage by 0.31%

@@             master      #2537   diff @@
==========================================
  Files           125        125          
  Lines          4871       4924    +53   
  Methods           0          0          
  Messages          0          0          
  Branches          0          0          
==========================================
+ Hits           3157       3176    +19   
- Misses         1714       1748    +34   
  Partials          0          0          

Powered by Codecov. Last update 17bb9ea...af58d9a

@cpojer cpojer merged commit e4e3924 into jestjs:master Jan 14, 2017
@cpojer
Copy link
Member

cpojer commented Jan 14, 2017

I think this is going to break because I just merged the other PR but I'll fix it up.

skovhus pushed a commit to skovhus/jest that referenced this pull request Apr 29, 2017
tushardhole pushed a commit to tushardhole/jest that referenced this pull request Aug 21, 2017
@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 14, 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.

Add jest.spyOn
5 participants