Files
react-native-camera-roll/js/__mocks__/nativeInterface.js
T
2019-04-05 17:14:27 -07:00

8 lines
127 B
JavaScript

/* eslint-env jest */
module.exports = {
deletePhotos: jest.fn(),
saveToCameraRoll: jest.fn(),
getPhotos: jest.fn(),
};