You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This has already been done at #641 (but it has not been released yet) and you can see the whole discussion about this at #281.
Please let me know if you have further doubts.
expect({ a: 1 }).to.have.ownProperty('a', 2);
passes.expect({ a: 1 }).to.have.property('a', 2);
fails.It would be great to have the APIs be similar.
The text was updated successfully, but these errors were encountered: