-
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
expect(null).toEqual(undefined) failing since 1.13.1 #62
Comments
I naively assumed that |
|
Yes, it is. We should just add a test here to make that clear and close. |
👍 |
Wait, I'm not sure what I was saying here. |
oh right, good point |
This was causing me some issues with rackt/history.
It looks like this test passed before 1.13.1 with
deep-equals
but fails withis-equal
.I don't know how you want this case to be handled, but since it's a minor version bump, I assume it wasn't intentional. Otherwise, feel free to close.
The text was updated successfully, but these errors were encountered: