https://github.com/GeekyAnts/NativeBase
Raw File
Tip revision: 9c134607372e38754986566b7e920eaaed519352 authored by Nishan Bende on 13 October 2021, 10:57:36 UTC
fix: breakpoint ts autocompletion
Tip revision: 9c13460
storybook.test.js
import initStoryshots from '@storybook/addon-storyshots';

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