mirror of
https://github.com/zhigang1992/react-native-chat-ui.git
synced 2026-01-12 17:42:19 +08:00
3 lines
109 B
TypeScript
3 lines
109 B
TypeScript
jest.mock('react-native/Libraries/Animated/NativeAnimatedHelper')
|
|
jest.spyOn(Date, 'now').mockReturnValue(0)
|