-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Equality assertions are broken on objects from... different places? #677
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
Comments
Yes, this is fixed in master. We'll do a release soon. For now you can do |
Strange... I ran your command, and received: Same result from |
Also, before I nuked my |
Oh, that's weird... |
Description
I'm guessing it's due to the work that's been going on related to #640 because I have an object literal that comes from one place, then I assert it is the same as an object that's defined in the test with
.same
/.is
assertions. I'm being told of an assertion error. However, if I stringify my objects and then compare them, there's no difference.Environment
The text was updated successfully, but these errors were encountered: