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
This is probably a result of #120. In short, it is possible that your deep equal assertion was providing a false-positive pass because chai did not take all enumerable properties into account. This was a necessary change and you will need to update your tests to be more specific in regards to what equality means between your two objects.
If you do think that the fix described above is not what is causing this, please re-open this issue and provide us any information you can so we can duplicate and refine our deep equality algorithm in future versions. Also, more information about your testing environment would also be helpful.
I will update ReleaseNotes.md with this explanation as well.
Fatal error: expected { Object (presenter, params, ...) } to deeply equal { Object (presenter, params, ...) }
Switching back to ~1.4 version solved it.
The text was updated successfully, but these errors were encountered: