Skip to content

Instantly share code, notes, and snippets.

@whtswrng
Created November 30, 2018 08:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save whtswrng/3f862b59a9d52e15e668582fb41eb3e5 to your computer and use it in GitHub Desktop.
Save whtswrng/3f862b59a9d52e15e668582fb41eb3e5 to your computer and use it in GitHub Desktop.
it('renders correctly', () => {
const signUpComponent = renderer
.create(<SignUp/>)
.toJSON();
expect(tree).toMatchSnapshot();
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment