UNPKG

@freewillpbc/create-react-component-folder

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