1 2 3 4 5 6 7 8 9 10
import React from 'react'; import { shallow, mount } from 'enzyme'; import toJSON from 'enzyme-to-json'; import PleaseSignIn from '../components/PleaseSignIn'; describe('<PleaseSignIn />', () => { it('works', () => { console.log('heyy'); }); });