File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ Assertions for redux actions testing.
4
4
This library adds assertions for [ redux actions] ( http://redux.js.org/docs/advanced/AsyncActions.html ) testing.
5
5
It use [ redux-mock-store] ( https://github.com/arnaudbenard/redux-mock-store ) to mock redux store.
6
6
7
- [ ![ 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 )
7
+ [ ![ build status] ( https://img.shields.io/travis/redux-things /redux-actions-assertions/master.svg?style=flat-square )] ( https://travis-ci.org/redux-things /redux-actions-assertions )
8
8
[ ![ npm version] ( https://img.shields.io/npm/v/redux-actions-assertions.svg?style=flat-square )] ( https://www.npmjs.com/package/redux-actions-assertions )
9
9
10
10
## Supported Assertion Frameworks/Libraries:
@@ -171,4 +171,4 @@ var registerInitialStoreState = reduxActionsAssertions.registerInitialStoreState
171
171
172
172
// registration
173
173
registerInitialStoreState (buildInitialStoreState (/* root reducer function */ ));
174
- ` ` `
174
+ ` ` `
You can’t perform that action at this time.
0 commit comments