mirror of
https://github.com/storybookjs/storybook.git
synced 2025-03-20 05:02:37 +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 });
|