JamesMGreene / chai-deep-match

Extends Chai with an assertion for deeply matching objects (i.e. subset equality checking)
MIT License
6 stars 2 forks source link

Property 'match' does not exist on type 'Deep'. #6

Open Crusader4Christ opened 3 years ago

Crusader4Christ commented 3 years ago
src/tests/test.ts:274:34 - error TS2339: Property 'match' does not exist on type 'Deep'.

274       expect(obj).to.be.deep.match(fixture);

Can it work with typescript?