UNPKG

@freewillpbc/create-react-component-folder

Version:
11 lines (9 loc) 260 B
import React from 'react'; import { shallow } from 'enzyme'; import MyComponent from './myComponent'; describe('<MyComponent />', () => { test('renders', () => { const wrapper = shallow(<MyComponent />); expect(wrapper).toMatchSnapshot(); }); });