mirror of
https://github.com/shlinkio/shlink-web-client.git
synced 2026-03-16 12:33:48 +00:00
Created DeleteTagConfirmModal test
This commit is contained in:
@@ -15,7 +15,7 @@ describe('<CreateShortUrl />', () => {
|
||||
const createShortUrl = sinon.spy();
|
||||
|
||||
beforeEach(() => {
|
||||
const CreateShortUrl = createShortUrlsCreator(TagsSelector);
|
||||
const CreateShortUrl = createShortUrlsCreator(TagsSelector, () => '');
|
||||
|
||||
wrapper = shallow(
|
||||
<CreateShortUrl shortUrlCreationResult={shortUrlCreationResult} createShortUrl={createShortUrl} />
|
||||
|
||||
Reference in New Issue
Block a user