diff --git a/README.md b/README.md index 65be8a9..ca5de9c 100644 --- a/README.md +++ b/README.md @@ -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 ``` @@ -21,4 +23,4 @@ https://github.com/arnaudbenard/redux-mock-store/blob/v0.0.6/README.md ## License -MIT +The MIT License