A mock store for testing your redux async action creators and middleware. The mock store will create an array of dispatched actions which serve as an action log for 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