Skip to content

Commit 7e3de7a

Browse files
committed
Fix Readme
1 parent 9e91fa9 commit 7e3de7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ For plain javasript assertions you dont need to register anything. Just import a
7474
import assertions from 'redux-actions-assertions/assertions';
7575

7676
// using CommonJS modules
77-
var assertions = require('redux-actions-assertions/expect').assertions;
77+
var assertions = require('redux-actions-assertions/assertions');
7878

7979
// in test
8080
assertions.toDispatchActions(/**/)

0 commit comments

Comments
 (0)