rename sweep disabled action test

This commit is contained in:
Lee Bannard 2015-09-24 18:11:11 +01:00
parent e1585eae4f
commit 7ef89c29e9

View File

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