A mock store for testing your redux async action creators and middleware. The mock store will store the dispatched actions in an array to be used in your tests.
npm install redux-mock-store --save-dev
You can see the latest documentation here.
https://github.com/arnaudbenard/redux-mock-store/blob/v0.0.6/README.md
MIT