UNPKG

add-component

Version:
9 lines (6 loc) 161 B
import React from 'react' import { shallow } from 'enzyme' import Template from './template.js' it('renders without props', () => { shallow(<Template />) })