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.
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
getActionsmethod 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.