docs: Reword 3-argument jest.spyOn description#5255
Conversation
Codecov Report
@@ Coverage Diff @@
## master #5255 +/- ##
=======================================
Coverage 61.14% 61.14%
=======================================
Files 203 203
Lines 6843 6843
Branches 3 4 +1
=======================================
Hits 4184 4184
Misses 2658 2658
Partials 1 1Continue to review full report at Codecov.
|
SimenB
left a comment
There was a problem hiding this comment.
run yarn lint:md for extra goodness 🙂
| const video = { | ||
| get play() { // it's a getter! | ||
| get play() { | ||
| // it's a getter! |
There was a problem hiding this comment.
move comment above? same with "setter"
There was a problem hiding this comment.
Hah! Fooled by partial git diff from the email
|
Something's up with circle: |
|
Yea, totally unrelated to this change. Thanks for updating the changelog with PR num :) |
|
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
Slight adjustments to the description of 3-argument
jest.spyOnmethod.