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
Sounds good to me. It would need try/catch for cyclic failures and fall back on current behavior. Also, since === is an identity comparator, I'm not really sure what good it would do if two things looked identical but had different identities.
Currently the lib will warn you when two objects fail === but would pass the toEqual matcher
Current behaviour:
Desired behaviour:
The text was updated successfully, but these errors were encountered: