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.
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 tochai-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.