Skip to content

Instantly share code, notes, and snippets.

@joelgriffith
Created July 20, 2017 15:23
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 joelgriffith/c576fba79e944e09fc4a2399f49320d2 to your computer and use it in GitHub Desktop.
Save joelgriffith/c576fba79e944e09fc4a2399f49320d2 to your computer and use it in GitHub Desktop.
Assertions using jest-image-snapshots!
it('should not have visual regressions', () => {
...do something to generate an image...
expect(image).toMatchImageSnapshot();
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment