Skip to content

Instantly share code, notes, and snippets.

@sanjsanj
Created July 1, 2017 09:12
Show Gist options
  • Save sanjsanj/283264604024b7e138a89c5b575840da to your computer and use it in GitHub Desktop.
Save sanjsanj/283264604024b7e138a89c5b575840da to your computer and use it in GitHub Desktop.
import React from 'react';
import { shallow } from 'enzyme';
import App from './App';
it('App renders without crashing', () => {
const component = shallow(<App />);
expect(component.exists()).toEqual(true);
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment