Closed fatso83 closed 1 year ago
All modified and coverable lines are covered by tests :white_check_mark:
Comparison is base (
b5fc367
) 96.05% compared to head (441daf4
) 96.05%.:exclamation: Current head 441daf4 differs from pull request most recent head 94ee6d3. Consider uploading reports for the commit 94ee6d3 to get more accurate results
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
default-config
andget-config
are leftovers from when Sinon shipped with sinon.test (now the independent NPM module 'sinon-test').These serve no purpose internally, and really have no purpose but to help sinon-test create a base default. If needed, these can be copied into the sinon-test project. No projects should depend on these (my assumption), but since it is a change of the API we mark it as a breaking change
When working with these I found out that some things had never been documented, so added docs for that.
fixes #2561