mirror of
https://github.com/shlinkio/shlink-web-client.git
synced 2026-06-01 01:56:20 +00:00
Removed test cases for the old default on reducers switch statements
This commit is contained in:
@@ -39,9 +39,6 @@ describe('shortUrlCreationReducer', () => {
|
||||
error: false,
|
||||
});
|
||||
});
|
||||
|
||||
it('returns provided state on unknown action', () =>
|
||||
expect(reducer({}, { type: 'unknown' })).toEqual({}));
|
||||
});
|
||||
|
||||
describe('resetCreateShortUrl', () => {
|
||||
|
||||
Reference in New Issue
Block a user