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 6cf2a3a commit 4b38196Copy full SHA for 4b38196
src/expect.js/index.js
@@ -1,6 +1,6 @@
1
import expect from 'expect.js';
2
import assertions from '../assertions';
3
-import ActionWithInitialState from '../ActionWithInitialState';
+import ActionWithInitialState from '../actionWithInitialState';
4
5
function withState(state) {
6
return expect(new ActionWithInitialState(this.obj, state));
src/should/index.js
import should from 'should';
this.obj = new ActionWithInitialState(this.obj, state);
0 commit comments