Skip to content

Commit 1540777

Browse files
committed
Never mind the comment
1 parent b4da7aa commit 1540777

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/instrument.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ describe('instrument', () => {
235235
it('should replay all the steps when a state is imported', () => {
236236
let importMonitoredStore = instrument()(createStore)(counter);
237237
let importMonitoredLiftedStore = importMonitoredStore.liftedStore;
238-
// Import exported state
238+
239239
importMonitoredLiftedStore.dispatch(ActionCreators.importState(exportedState));
240240
expect(importMonitoredLiftedStore.getState()).toEqual(exportedState);
241241
});

0 commit comments

Comments
 (0)