michelsalib / chai-shallow-deep-equal

Shallow deep equal for chai
20 stars 9 forks source link

Add method on assertions + fix noImplicitAny #14

Closed paulsouche closed 7 years ago

paulsouche commented 7 years ago

This fix

expect(foo).shallowDeepEqual(bar);
expect(foo).to.shallowDeepEqual(bar);
expect(foo).to.be.shallowDeepEqual(bar);
michelsalib commented 7 years ago

Thanks man

michelsalib commented 7 years ago

Published under 1.4.6