mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2024-11-22 09:36:43 +03:00
rename sweep disabled action test
This commit is contained in:
parent
e1585eae4f
commit
7ef89c29e9
|
@ -99,7 +99,7 @@ describe('devTools', () => {
|
||||||
expect(store.getState()).toBe(1);
|
expect(store.getState()).toBe(1);
|
||||||
});
|
});
|
||||||
|
|
||||||
it('sweep disabled actions', () => {
|
it('should sweep disabled actions', () => {
|
||||||
// stateIndex 0 = @@INIT
|
// stateIndex 0 = @@INIT
|
||||||
store.dispatch({ type: 'INCREMENT' });
|
store.dispatch({ type: 'INCREMENT' });
|
||||||
store.dispatch({ type: 'DECREMENT' });
|
store.dispatch({ type: 'DECREMENT' });
|
||||||
|
|
Loading…
Reference in New Issue
Block a user