File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 22Assertions for redux actions testing.
33
44This library adds assertions for [ redux actions] ( http://redux.js.org/docs/advanced/AsyncActions.html ) testing.
5- It use [ redux-mock-store] ( https://github.com/arnaudbenard/redux-mock-store ) to mock redux store.
5+ It uses [ redux-mock-store] ( https://github.com/arnaudbenard/redux-mock-store ) to mock redux store.
66
77[ ![ build status] ( https://img.shields.io/travis/dmitry-zaets/redux-actions-assertions/master.svg?style=flat-square )] ( https://travis-ci.org/dmitry-zaets/redux-actions-assertions )
88[ ![ npm version] ( https://img.shields.io/npm/v/redux-actions-assertions.svg?style=flat-square )] ( https://www.npmjs.com/package/redux-actions-assertions )
@@ -18,7 +18,7 @@ It use [redux-mock-store](https://github.com/arnaudbenard/redux-mock-store) to m
1818- [ expect.js] ( #expectjs )
1919- [ should] ( #should )
2020
21- If you have not found assertion framework/library that you are using - you can use [ pure javascript assertion ] ( #javascript ) or create an issue.
21+ If you have not found the assertion framework/library that you are using - you can use [ pure javascript assertions ] ( #javascript ) or create an issue.
2222
2323### Simplifies initial setup
2424It provides singe-time global configuration for middlewares and initial store state.
@@ -413,4 +413,4 @@ myActionCreator().should
413413myActionCreator ().should
414414 .with .state ({ property: ' value' })
415415 .dispatchActions ({ type: ' MY_ACTION_START' }, callback);
416- ` ` `
416+ ` ` `
You can’t perform that action at this time.
0 commit comments