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 b4da7aa commit 1540777Copy full SHA for 1540777
test/instrument.spec.js
@@ -235,7 +235,7 @@ describe('instrument', () => {
235
it('should replay all the steps when a state is imported', () => {
236
let importMonitoredStore = instrument()(createStore)(counter);
237
let importMonitoredLiftedStore = importMonitoredStore.liftedStore;
238
- // Import exported state
+
239
importMonitoredLiftedStore.dispatch(ActionCreators.importState(exportedState));
240
expect(importMonitoredLiftedStore.getState()).toEqual(exportedState);
241
});
0 commit comments