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 4e89853 commit 8d66f0dCopy full SHA for 8d66f0d
docs/javascript.md
@@ -6,10 +6,10 @@ For plain javascript assertions you don't need to register anything. Just import
6
7
```js
8
// using ES6 modules
9
-import assertions from 'redux-actions-assertions/assertions';
+import assertions from 'redux-actions-assertions';
10
11
// using CommonJS modules
12
-var assertions = require('redux-actions-assertions/assertions');
+var assertions = require('redux-actions-assertions');
13
14
// in test
15
assertions.toDispatchActions(/**/)
0 commit comments