mirror of
https://github.com/shlinkio/shlink-web-client.git
synced 2026-03-13 11:03:50 +00:00
Dropped support for Shlink 1
This commit is contained in:
@@ -9,7 +9,7 @@ import ColorGenerator from '../../src/utils/services/ColorGenerator';
|
||||
describe('<SearchBar />', () => {
|
||||
let wrapper: ShallowWrapper;
|
||||
const listShortUrlsMock = jest.fn();
|
||||
const SearchBar = searchBarCreator(Mock.all<ColorGenerator>(), () => null);
|
||||
const SearchBar = searchBarCreator(Mock.all<ColorGenerator>());
|
||||
|
||||
afterEach(jest.clearAllMocks);
|
||||
afterEach(() => wrapper?.unmount());
|
||||
|
||||
Reference in New Issue
Block a user