mirror of
https://github.com/status-im/react-native-cameraroll.git
synced 2025-02-04 22:03:24 +00:00
8 lines
127 B
JavaScript
8 lines
127 B
JavaScript
/* eslint-env jest */
|
|
|
|
module.exports = {
|
|
deletePhotos: jest.fn(),
|
|
saveToCameraRoll: jest.fn(),
|
|
getPhotos: jest.fn(),
|
|
};
|