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 already checked your community chat and noticed someone already asked something similar without any answers. That's why I'm posting my question here.
Is there any strategy or example for unit testing the actions? Using a library like redux-mock-store we can mock store and dispatch actions which makes the unit testing quite easy. Unfortunately while testing the actions created with your library the matchers failed due to Symbols comparisons and etc.
Would anybody be so kind to post an example or at least point to an example....
Thank you very much in advance!
The text was updated successfully, but these errors were encountered:
I already checked your community chat and noticed someone already asked something similar without any answers. That's why I'm posting my question here.
Is there any strategy or example for unit testing the actions? Using a library like
redux-mock-store
we can mock store and dispatch actions which makes the unit testing quite easy. Unfortunately while testing the actions created with your library the matchers failed due to Symbols comparisons and etc.Would anybody be so kind to post an example or at least point to an example....
Thank you very much in advance!
The text was updated successfully, but these errors were encountered: