https://github.com/GeekyAnts/NativeBase
Raw File
Tip revision: bc8885149d7f8a71aa14f251022dd19867b099a4 authored by Amar Somani on 08 March 2022, 07:40:05 UTC
Merge pull request #4700 from GeekyAnts/test/props-Flattener-enhancement
Tip revision: bc88851
storybook.test.js
/**
 * @jest-environment jsdom
 */
import initStoryshots from '@storybook/addon-storyshots';

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