From 2486ca710e7b415ae7a01dd9693b7f8784cd4be6 Mon Sep 17 00:00:00 2001 From: echenley Date: Fri, 12 Feb 2016 17:34:00 -0600 Subject: [PATCH] fix linter error --- test/instrument.spec.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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' });