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
Given that redux-thunk is one of the more common patterns in terms of async handling with redux (via action creator callback functions), it may be worth having a method that will test agaisnt thunks via callback.
It'd also be worth pointing out proxyquire in the documentation if this is added, so async methods can be shimmed (sinon mention).
The text was updated successfully, but these errors were encountered:
Given that redux-thunk is one of the more common patterns in terms of async handling with redux (via action creator callback functions), it may be worth having a method that will test agaisnt thunks via callback.
It'd also be worth pointing out proxyquire in the documentation if this is added, so async methods can be shimmed (sinon mention).
The text was updated successfully, but these errors were encountered: