https://github.com/GeekyAnts/NativeBase
Raw File
Tip revision: e17e91caed98393a766ab4bce65618eaac0d7315 authored by Suraj Ahmed on 16 February 2022, 09:45:44 UTC
v3.3.7-rc.1
Tip revision: e17e91c
storybook.test.js
/**
 * @jest-environment jsdom
 */
import initStoryshots from '@storybook/addon-storyshots';

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