Created
July 20, 2017 15:23
-
-
Save joelgriffith/c576fba79e944e09fc4a2399f49320d2 to your computer and use it in GitHub Desktop.
Assertions using jest-image-snapshots!
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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