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 9e91fa9 commit 7e3de7aCopy full SHA for 7e3de7a
README.md
@@ -74,7 +74,7 @@ For plain javasript assertions you dont need to register anything. Just import a
74
import assertions from 'redux-actions-assertions/assertions';
75
76
// using CommonJS modules
77
-var assertions = require('redux-actions-assertions/expect').assertions;
+var assertions = require('redux-actions-assertions/assertions');
78
79
// in test
80
assertions.toDispatchActions(/**/)
0 commit comments