UNPKG

create-react-component-folder-jovpet

Version:

Creates single react component folder structure. Forked version with enhanced scss

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(); }); });