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
* feat(assertions): add 'exists' alias (#1225)
* docs(assertions): remove bad `exists` example
* test(assertions): add `exists` cases
* test(should): remove `exists` tests from should interface
expect(...).to.have.property(...).that.exists
;Simply adding exists as an alias for
exist
would support such idiomatic cases. If there is support for this I can create a PR.The text was updated successfully, but these errors were encountered: