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

misleading documentation #12

Open robscotts4rb opened 7 years ago

robscotts4rb commented 7 years ago

Negated functions (subject.should.not.have.properties({ a: '1' });) aren't implemented but are shown in the README.

Line where negated functions throw error