-
Notifications
You must be signed in to change notification settings - Fork 82
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
More chai/sinon patches #315
Conversation
Codecov Report
@@ Coverage Diff @@
## main #315 +/- ##
==========================================
- Coverage 92.18% 92.09% -0.09%
==========================================
Files 26 26
Lines 1842 1872 +30
Branches 381 392 +11
==========================================
+ Hits 1698 1724 +26
Misses 102 102
- Partials 42 46 +4
Continue to review full report at Codecov.
|
…er tweaks) (#291) Co-authored-by: Dan Beam <[email protected]>
Co-authored-by: Renovate Bot <[email protected]>
Co-authored-by: Renovate Bot <[email protected]>
* check for spread call expressions with context identifier * change sinon .mockImplementation to support any[] * support .contains with jsx element * support .toContain for .text() * handle .toHavePropery('callCount', n)
So you are trying to rewrite the git history here to fix the wrong emails in the commits? Normally one would never rewrite history for the main branch. Let me know why this is important to you. Also feel free to DM (e.g. on twitter). |
Alright, let me explain what's going on here:
somehow 2 of my corporate emails (1 of which doesn't work) slipped into the author field in 287b1e3. I amended them as https://github.com/danbeam/jest-codemods/commit/0417d3b7096de9074597ed7d411fc28bf67b7102. If you know a better way or would prefer to just leave this as is, it wouldn't be the end of the world; just let me know.
I wrote https://github.com/danbeam/jest-codemods/commit/314ab45d364f1feb01cf92ecbe38fd41db179095 chronologically before Make sinon.stub() mock implementation when nothing is returned (& other tweaks) #291 but forgot to upstream it (whoops) so I'm doing that now.
@catc wrote https://github.com/danbeam/jest-codemods/commit/b4a183f847d99fc7b936f105eaca7207c86afa72 and I wrote https://github.com/danbeam/jest-codemods/commit/e37e88660e72102d82ae941dfcf5509095a58a31 (which is only part of a commit) recently without any weirdness 😛 .