sinonjs / sinon

Test spies, stubs and mocks for JavaScript.
https://sinonjs.org/
Other
9.63k stars 770 forks source link

Add documentation for assert.calledOnceWithMatch #2424

Closed lo1tuma closed 2 years ago

lo1tuma commented 2 years ago

Purpose (TL;DR) - mandatory

The calledOnceWithMatch assertion has been added in #2294 but unfortunately it is not documented. This PR adds the documentation.

fatso83 commented 2 years ago

Thank you!