Created shortUrlDetail reducer test

This commit is contained in:
Alejandro Celaya
2018-09-07 20:41:21 +02:00
parent 3e63734e2b
commit bbce53ade6
4 changed files with 97 additions and 4 deletions

View File

@@ -5,7 +5,7 @@ import reducer, {
import { LIST_SHORT_URLS } from '../../../src/short-urls/reducers/shortUrlsList';
describe('shortUrlsListParamsReducer', () => {
describe('reducerr', () => {
describe('reducer', () => {
const defaultState = { page: '1' };
it('returns default value when action is unknown', () =>