We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0bb3cc0 commit dda6a43Copy full SHA for dda6a43
README.md
@@ -1,10 +1,12 @@
1
-# redux-actions-assertions
+# redux-actions-assertions [](https://travis-ci.org/dmitry-zaets/redux-actions-assertions)
2
3
Assertions for redux actions testing
4
5
This library add assertions for [redux actions](http://redux.js.org/docs/advanced/AsyncActions.html) testing.
6
It use [redux-mock-store](https://github.com/arnaudbenard/redux-mock-store) to mock redux store.
7
8
+
9
10
## Supported Assertion Frameworks/Libraries:
11
- [expect](#expect)
12
- [chai](#chai)
0 commit comments