Added tests for new ordering helper functions and updated changelog

This commit is contained in:
Alejandro Celaya
2021-12-25 19:58:40 +01:00
parent 49c841ca07
commit 3274088b54
4 changed files with 18 additions and 6 deletions

View File

@@ -12,7 +12,6 @@ import Paginator from '../../src/short-urls/Paginator';
import { ReachableServer } from '../../src/servers/data';
import { ShortUrlListRouteParams } from '../../src/short-urls/helpers/hooks';
import { Settings } from '../../src/settings/reducers/settings';
import ShortUrlsFilteringBar from '../../src/short-urls/ShortUrlsFilteringBar';
describe('<ShortUrlsList />', () => {
let wrapper: ShallowWrapper;