https://github.com/GeekyAnts/NativeBase
Raw File
Tip revision: 7a2682c1b14b3044fc973890073e34f9e746bbdc authored by Viraj Ajay Joshi on 18 May 2022, 10:37:42 UTC
fix: badge typing issue
Tip revision: 7a2682c
storybook.test.js
/**
 * @jest-environment jsdom
 */
import initStoryshots from '@storybook/addon-storyshots';

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