storybook/integration/jest.setup.js

5 lines
164 B
JavaScript

// eslint-disable-next-line import/no-extraneous-dependencies
import { toMatchImageSnapshot } from 'jest-image-snapshot';
expect.extend({ toMatchImageSnapshot });