Top "Redux-mock-store" questions

A JavaScript library used to make testing with redux easier, with support for redux async action creators and middleware.

Cannot read property '.then' of undefined when testing async action creators with redux and react

I'm trying to write some test using react, redux-mock-store and redux, but I keep getting and error. Maybe because my …

reactjs redux jestjs redux-mock-store
Testing async actions with redux thunk

I am trying to test my action which has an async call. I use Thunk as my middleware. In the …

reactjs redux redux-thunk redux-mock-store