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

use operator 'in' instead of _.has #3

Closed qraynaud closed 9 years ago

qraynaud commented 9 years ago

We want to peruse in the prototype too. This is very useful for getter & setters.