import React from 'react'; import {shallow} from 'enzyme/build'; import App from './App'; it('mounts without crashing', () => { const wrapper = shallow(); wrapper.unmount() });