Closed rluvaton closed 1 year ago
All modified and coverable lines are covered by tests :white_check_mark:
Comparison is base (
1eb070a
) 96.05% compared to head (e2fbca5
) 96.02%. Report is 1 commits behind head on main.:exclamation: Current head e2fbca5 differs from pull request most recent head 17bf8d5. Consider uploading reports for the commit 17bf8d5 to get more accurate results
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Just run npm run prettier:write
to fix the failing test. Usually Prettier will run as a commit hook, unless you explicitly disable those.
Thanks, for some reason it did not run for me
Fixed
Should I update package version or it's automated?
Version numbers are automated.
thanks, when the release should be?
It's already out (just wait a few minutes to clear the cache)
P.S. You do not ever have to wait for me to release a new Sinon version (or anyone else's package). Just use patch-package while you wait. Super good!
Yeah, I love patch package but prefer to avoid it as much as possible
thanks!
Purpose (TL;DR) - mandatory
Fix issue #2566 by clearing the fake current behavior
How to verify - mandatory
npm install
npm test
Checklist for author
npm run lint
passes