-
Notifications
You must be signed in to change notification settings - Fork 9
Open
Description
We use redux-idle-monitor and I want to ensure that it works as expected for us in production--my idea was to do this in a front-end test by manually dispatching a NEXT_IDLE_STATE
or GOTO_IDLE_STATE
action. I can dispatch the actions but NEXT_IDLE_STATE
starts a timer, which is not what I want, and GOTO_IDLE_STATE
updates the state but never triggers my idleStatusAction
.
What would you recommend?
Metadata
Metadata
Assignees
Labels
No labels