Raw File
storybook.test.js
import initStoryshots from '@storybook/addon-storyshots';

jest.useFakeTimers();
initStoryshots();
back to top