https://github.com/GeekyAnts/NativeBase
Raw File
Tip revision: 95597ac3afe87313c109ac493ad2199d8890f9c9 authored by Suraj Ahmed on 23 December 2021, 06:23:06 UTC
v3.3.0-rc.6
Tip revision: 95597ac
storybook.test.js
/**
 * @jest-environment jsdom
 */
import initStoryshots from '@storybook/addon-storyshots';

jest.useFakeTimers();
global.setImmediate = global.setTimeout;
initStoryshots();
back to top