Files
react-native-chat-ui/jest/setup.ts
Alex Demchenko bc7f4ac2b8 Update example
2021-03-22 16:00:14 +01:00

3 lines
109 B
TypeScript

jest.mock('react-native/Libraries/Animated/NativeAnimatedHelper')
jest.spyOn(Date, 'now').mockReturnValue(0)