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
Hi, apologies if this is the wrong place for this, but I am wondering if there is a way to access the actions that have been called on a store with this library? Traditional redux has a getActions method available on the store, but I'm not seeing that with this library.
We are trying to test that (non-visible) actions have been called on the store as a side effect in one of our components using Jest.
The text was updated successfully, but these errors were encountered:
Hi, apologies if this is the wrong place for this, but I am wondering if there is a way to access the actions that have been called on a store with this library? Traditional redux has a
getActions
method available on the store, but I'm not seeing that with this library.We are trying to test that (non-visible) actions have been called on the store as a side effect in one of our components using Jest.
The text was updated successfully, but these errors were encountered: