-
Notifications
You must be signed in to change notification settings - Fork 16
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
Immutables nested in vanilla js objects are not compared properly #34
Comments
PS. If this is confirmed as a bug I'd be happy to give it a stab |
Hi there, It's not your case here because you are testing on regular JS objects, and in that case Chai's As far as I can tell, this might be a bug indeed (or at least the outcome doesn't sound right): the value of Did you make sure to run |
Hi @sebastiancarlsson @astorije, I also get an error... :
results in this assertion error:
|
Hi @jopek, If you look at my comment above, as well as the documentation on the README and the linked issue, you will see that this is actually the expected behavior:
|
Hi there, I'm working on unit tests for a Redux application and I'm trying to compare two so called "actions" which are objects that looks something like this:
This happens:
I'm new to Immutable but so I'm not sure, but this looks like a bug to me? Thanks
The text was updated successfully, but these errors were encountered: