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
…eviously used.
This affects the 'to be' and 'to equal' assertions and means that NaN is considered equal to itself, whereas -0 and 0 are considered different.
Closes#116.
…eviously used.
This affects the 'to be' and 'to equal' assertions and means that NaN is considered equal to itself, whereas -0 and 0 are considered different.
Closes#116.
The SameValue algorithm used by
Object.is
differs from the strict equality comparison in some edge cases:Judging from chaijs/chai/issues/223 this seems to be more in line with what you'd want from an assertion lib.
The text was updated successfully, but these errors were encountered: