diff --git a/test/instrument.spec.js b/test/instrument.spec.js index ba03b261..5dcf5010 100644 --- a/test/instrument.spec.js +++ b/test/instrument.spec.js @@ -385,7 +385,8 @@ describe('instrument', () => { it('should update currentStateIndex when auto-committing', () => { let spy = spyOn(console, 'error'); - let liftedStoreState, currentComputedState; + let liftedStoreState; + let currentComputedState; configuredStore.dispatch({ type: 'INCREMENT' }); configuredStore.dispatch({ type: 'INCREMENT' });