mirror of
https://github.com/storybookjs/storybook.git
synced 2025-03-18 05:02:24 +08:00
5 lines
164 B
JavaScript
5 lines
164 B
JavaScript
// eslint-disable-next-line import/no-extraneous-dependencies
|
|
import { toMatchImageSnapshot } from 'jest-image-snapshot';
|
|
|
|
expect.extend({ toMatchImageSnapshot });
|