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
Chai uses length instead of count for arrays, it might be good if we the same thing for collections of elements.
Unfortunately we can't do this with chai 1.8.1, we need to wait until the changes in chaijs/chai#219 get published so we can use overwriteChainableMethod (length is a chainable method).
The text was updated successfully, but these errors were encountered:
Chai uses
length
instead ofcount
for arrays, it might be good if we the same thing for collections of elements.Unfortunately we can't do this with
chai 1.8.1
, we need to wait until the changes in chaijs/chai#219 get published so we can useoverwriteChainableMethod
(length is a chainable method).The text was updated successfully, but these errors were encountered: