vbardales / chai-properties

Properties matcher for chai that assert values have all the same attributes and values without asserting strict object equality.
16 stars 9 forks source link

Support Chai 4 #15

Closed rjoonas closed 6 years ago

rjoonas commented 7 years ago

Chai 4 has been out for a while but chai-properties requires Chai <4.

CurtisHumphrey commented 6 years ago

I've been using it with Chai 4 without issue

PeterDaveHello commented 6 years ago

but the dependency in package.json requires Chai < 4, so maybe it should be updated?

vbardales commented 6 years ago

Gotta check it this afternoon. I'll release 1.3.0 then if validated by tests

vbardales commented 6 years ago

Done