mirror of
https://github.com/shlinkio/shlink-web-client.git
synced 2026-03-11 18:13:47 +00:00
Removed test cases for the old default on reducers switch statements
This commit is contained in:
@@ -9,9 +9,6 @@ import { RESET_SHORT_URL_PARAMS } from '../../../src/short-urls/reducers/shortUr
|
||||
|
||||
describe('selectedServerReducer', () => {
|
||||
describe('reducer', () => {
|
||||
it('returns default when action is not handled', () =>
|
||||
expect(reducer(null, { type: 'unknown' })).toEqual(null));
|
||||
|
||||
it('returns default when action is RESET_SELECTED_SERVER', () =>
|
||||
expect(reducer(null, { type: RESET_SELECTED_SERVER })).toEqual(null));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user