import React from 'react'; import { shallow } from 'enzyme'; import TagUrl from './TagUrl'; describe('TagUrl', () => { it('should render correctly', () => { const wrapper = shallow( , ); expect(wrapper).toMatchSnapshot(); }); });