-
Notifications
You must be signed in to change notification settings - Fork 117
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
toEqual giving false positives when comparing objects in arrays #53
Comments
I got the same problem when I tested |
Illustrates the problem described in #53
I recently made the switch to /cc @ljharb |
Sorry about this! I'll fix it ASAP. |
Fixed and released as |
🎉 Thanks, @ljharb! |
Illustrates the problem described in #53
Fixed and released in version 1.13.4 |
Hi there! I've been playing around with this for a bit and found out that
toEqual
returns false positives when comparing objects inside arrays.Refer to the example below:
The above test pass just fine, I am not sure if it's an intended behaviour. Anyone else facing similar issues? Thanks! 😄
The text was updated successfully, but these errors were encountered: