Skip to content

Instantly share code, notes, and snippets.

@tidusia
Last active March 23, 2021 10:12
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 tidusia/d456718fe70bf3ef101e88f3a6953a49 to your computer and use it in GitHub Desktop.
Save tidusia/d456718fe70bf3ef101e88f3a6953a49 to your computer and use it in GitHub Desktop.
test("should match snapshot", () => {
const { container } = render(<Default {...props} />);
expect(container.firstChild).toMatchSnapshot();
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment