Skip to content

Instantly share code, notes, and snippets.

@ManuViola77
Last active August 10, 2020 22:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ManuViola77/ca176e397e8b013535ac892bc928034c to your computer and use it in GitHub Desktop.
Save ManuViola77/ca176e397e8b013535ac892bc928034c to your computer and use it in GitHub Desktop.
Simple Image Picker Mock
export default {
openPicker: jest.fn().mockImplementation(() => Promise.resolve(result))
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment