chaijs / sinon-chai

Extends Chai with assertions for the Sinon.JS mocking framework.
Other
1.09k stars 107 forks source link

Add pointer to `chai-samsam` for Sinon.assert.match #156

Closed cincodenada closed 2 years ago

cincodenada commented 2 years ago

Sinon has one outlier assertion, Sinon.assert.match, that is not a spy method, and doesn't make sense to implement as part of this library, so instead add a pointer to chai-samsam, which implements a compatible assertion separately.

This addresses #92, which at the time was closed because I think Sinon.assert.match didn't exist yet.