mirror of
https://github.com/status-im/react-native-camera-roll.git
synced 2026-08-31 13:21:11 +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(),
|
|
};
|