UNPKG

create-react-component-folder-jovpet

Version:

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

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