mirror of
https://github.com/status-im/react-native-cameraroll.git
synced 2025-01-19 14:21:47 +00:00
6 lines
104 B
JavaScript
6 lines
104 B
JavaScript
|
module.exports = {
|
||
|
deletePhotos: jest.fn(),
|
||
|
saveToCameraRoll: jest.fn(),
|
||
|
getPhotos: jest.fn(),
|
||
|
};
|