From 9fb6f3791796aee915cd3aa89c35023d30c3ff77 Mon Sep 17 00:00:00 2001 From: Jeungmin Oh Date: Mon, 25 Dec 2017 15:59:07 +0900 Subject: [PATCH 1/3] Improve documentation --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 331630f..5722677 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. If you want a complex test combining action and reducer, use 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,6 +23,7 @@ https://github.com/arnaudbenard/redux-mock-store/blob/v0.0.6/README.md ## License -MIT +The MIT License +## Sponsors Sponsor From 03cb77284e045aefee0b25055037e605e8642488 Mon Sep 17 00:00:00 2001 From: Jeungmin Oh Date: Mon, 25 Dec 2017 16:00:24 +0900 Subject: [PATCH 2/3] Elaborate wordings --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5722677..3718bdb 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ 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. If you want a complex test combining action and reducer, use 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. +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 From e0a31a3bde37c4aa7c0d217aa5d70cb538c0ec5e Mon Sep 17 00:00:00 2001 From: Jeungmin Oh Date: Sat, 27 Jan 2018 08:52:35 +0900 Subject: [PATCH 3/3] Remove sponsors --- README.md | 5 ----- 1 file changed, 5 deletions(-) diff --git a/README.md b/README.md index ed0505e..ca5de9c 100644 --- a/README.md +++ b/README.md @@ -24,8 +24,3 @@ https://github.com/arnaudbenard/redux-mock-store/blob/v0.0.6/README.md ## License The MIT License - -## Sponsors - -Sponsor -