Skip to content

Instantly share code, notes, and snippets.

@csouchet
Created March 24, 2021 16:11
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 csouchet/f581b3bdc718f66759265b6a0be737fe to your computer and use it in GitHub Desktop.
Save csouchet/f581b3bdc718f66759265b6a0be737fe to your computer and use it in GitHub Desktop.
Extend the Jest expect assertion mechanism
import { toMatchImageSnapshot } from 'jest-image-snapshot';
expect.extend({ toMatchImageSnapshot });
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment