https://github.com/GeekyAnts/NativeBase
Raw File
Tip revision: e4d5832ff553fc41104295e0e7639a184e1c9988 authored by MD-REHMAN on 06 December 2021, 13:28:36 UTC
fix: switch toggling issue with value
Tip revision: e4d5832
storybook.test.js
import initStoryshots from '@storybook/addon-storyshots';

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