mirror of
https://github.com/shlinkio/shlink-web-client.git
synced 2026-03-13 11:03:50 +00:00
Fixed some tests after not injecting a component
This commit is contained in:
@@ -17,7 +17,7 @@ describe('<ShortUrlsRowMenu />', () => {
|
||||
shortUrl: 'https://doma.in/abc123',
|
||||
};
|
||||
const createWrapper = () => {
|
||||
const ShortUrlsRowMenu = createShortUrlsRowMenu(DeleteShortUrlModal, EditTagsModal, EditMetaModal);
|
||||
const ShortUrlsRowMenu = createShortUrlsRowMenu(DeleteShortUrlModal, EditTagsModal, EditMetaModal, () => '');
|
||||
|
||||
wrapper = shallow(
|
||||
<ShortUrlsRowMenu
|
||||
|
||||
Reference in New Issue
Block a user