Rocket.Chat.ReactNative/__mocks__/react-native-image-crop-pic...

4 lines
87 B
JavaScript
Raw Normal View History

2024-01-25 14:11:07 +00:00
export default {
openPicker: jest.fn().mockImplementation(() => Promise.resolve())
};