UNPKG

reactizzen

Version:

Creates single react component folder structure with multiple flags, upgraded version of not maintained anymore create-react-folder-component library.

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