Removed test cases for the old default on reducers switch statements

This commit is contained in:
Alejandro Celaya
2019-03-17 10:17:44 +01:00
parent 232c059e4f
commit d1c10e4895
10 changed files with 0 additions and 52 deletions

View File

@@ -39,9 +39,6 @@ describe('shortUrlCreationReducer', () => {
error: false,
});
});
it('returns provided state on unknown action', () =>
expect(reducer({}, { type: 'unknown' })).toEqual({}));
});
describe('resetCreateShortUrl', () => {