# redux-mock-store [![Circle CI](https://circleci.com/gh/arnaudbenard/redux-mock-store/tree/master.svg?style=svg)](https://circleci.com/gh/arnaudbenard/redux-mock-store/tree/master) ![npm](https://nodei.co/npm/redux-mock-store.png?downloads=true&downloadRank=true&stars=true) 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. ## Install ``` npm install redux-mock-store --save-dev ``` ## Documentation You can see the latest documentation [here](http://arnaudbenard.com/redux-mock-store/). ### Old version (`< 1.x.x`) https://github.com/arnaudbenard/redux-mock-store/blob/v0.0.6/README.md ## License MIT Sponsor