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
I'm trying to write unit tests for my redux-saga functionality. I found out that there is an issue when trying to compare 2 identical objects containing a function. Basically it never equals:
Hey @Goszu thanks for the issue. We've released a new version of deep-eql, which does not fix this issue directly, but it allows overriding of comparators which should enable you to achieve the behaviours you're after. Thanks for filing this!
I'm trying to write unit tests for my redux-saga functionality. I found out that there is an issue when trying to compare 2 identical objects containing a function. Basically it never equals:
I've seen example created using Tape framework where that comparison worked.
The text was updated successfully, but these errors were encountered: