react-native-cameraroll/js/__mocks__/nativeInterface.js

8 lines
127 B
JavaScript
Raw Normal View History

2019-04-05 17:13:56 -07:00
/* eslint-env jest */
module.exports = {
deletePhotos: jest.fn(),
saveToCameraRoll: jest.fn(),
getPhotos: jest.fn(),
};