import React from 'react'; import { render } from 'enzyme'; import Icon from '..'; describe('Icon', () => { it('should render to a ...', () => { const wrapper = render( ); expect(wrapper).toMatchSnapshot(); }); });