UNPKG

create-react-component-folder-jovpet

Version:

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

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