Simplified instructions removing redundant vars

This commit is contained in:
Alejandro Celaya
2020-02-08 10:07:34 +01:00
parent c67ce3918b
commit 30e5253acd
2 changed files with 3 additions and 5 deletions

View File

@@ -1,8 +1,8 @@
import React from 'react';
import { shallow } from 'enzyme';
import { Modal } from 'reactstrap';
import createEditTagsModal from '../../../src/short-urls/helpers/EditTagsModal';
import each from 'jest-each';
import createEditTagsModal from '../../../src/short-urls/helpers/EditTagsModal';
describe('<EditTagsModal />', () => {
let wrapper;