UNPKG

create-7geese-component

Version:

💎 A CLI for creating new 7Geese components

13 lines (10 loc) • 318 B
import React from 'react'; import { shallow } from 'enzyme'; import {pascal} from './{kebab}.jsx'; describe('{pascal}', () => { it('should match the jest snapshot', () => { const PROPS = {}; const wrapper = shallow(<{pascal} {...PROPS} />); expect(wrapper).toMatchSnapshot(); }); });