Skip to content

Commit

Permalink
Improve documentation addressed in #71 (#123)
Browse files Browse the repository at this point in the history
* Improve documentation

* Elaborate wordings

* Remove sponsors
  • Loading branch information
ohtangza authored and arnaudbenard committed Feb 1, 2018
1 parent 59e3110 commit eedcd9f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@

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.

Please note that this library is designed to test the action-related logic, not the reducer-related one. In other words, it does not update Redux store. If you want a complex test combining action and reducer together, take a look at other libraries (e.g., [redux-actions-assertions](https://github.com/redux-things/redux-actions-assertions)). Refer issue [#71](https://github.com/arnaudbenard/redux-mock-store/issues/71) for more detail.

## Install

```
Expand Down Expand Up @@ -136,4 +138,4 @@ The following versions are exposed by redux-mock-store from the `package.json`:

## License

MIT
The MIT License

0 comments on commit eedcd9f

Please sign in to comment.