Skip to content

Commit 2486ca7

Browse files
committed
fix linter error
1 parent 441ba0d commit 2486ca7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/instrument.spec.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -385,7 +385,8 @@ describe('instrument', () => {
385385

386386
it('should update currentStateIndex when auto-committing', () => {
387387
let spy = spyOn(console, 'error');
388-
let liftedStoreState, currentComputedState;
388+
let liftedStoreState;
389+
let currentComputedState;
389390

390391
configuredStore.dispatch({ type: 'INCREMENT' });
391392
configuredStore.dispatch({ type: 'INCREMENT' });

0 commit comments

Comments
 (0)