mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2024-11-26 03:23:55 +03:00
fix linter error
This commit is contained in:
parent
441ba0d14c
commit
2486ca710e
|
@ -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' });
|
||||
|
|
Loading…
Reference in New Issue
Block a user