Skip to content

Instantly share code, notes, and snippets.

@corradin
Created February 25, 2018 19:55
Show Gist options
  • Save corradin/d3b54b0f7a1c8586559396755e89c2ec to your computer and use it in GitHub Desktop.
Save corradin/d3b54b0f7a1c8586559396755e89c2ec to your computer and use it in GitHub Desktop.
import React from 'react';
import Button from './Button';
import { shallow } from 'enzyme';
it('should render without crashing', () => {
shallow(<Button />);
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment