fix linter error

This commit is contained in:
echenley 2016-02-12 17:34:00 -06:00
parent 441ba0d14c
commit 2486ca710e

View File

@ -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' });