Closed peanutenthusiast closed 1 year ago
Patch coverage: 85.71%
and project coverage change: -0.09%
:warning:
Comparison is base (
2ddf7ff
) 96.03% compared to head (fc58ed5
) 95.95%. Report is 3 commits behind head on main.:exclamation: Current head fc58ed5 differs from pull request most recent head 4267025. Consider uploading reports for the commit 4267025 to get more accurate results
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Just fix the Prettier thingie and this is good to merge :)
npm run prettier:write
Done!
Thank you for your contribution! 🥳
This has been published to the npm registry as part of sinon@16.0.0
Purpose (TL;DR) - mandatory
When an error of type String and an undefined message are passed to
throwsException
, ensure a non-empty error.messageSee issue: #2525
How to verify - mandatory
npm install
npm test
Checklist for author
npm run lint
passesNote: The branch currently causes this test to fail, so I'd appreciate guidance on whether expectations change, given this will result in a major semver change.