Skip to content

Instantly share code, notes, and snippets.

@ManuViola77
Last active August 10, 2020 22:57
Show Gist options
  • Select an option

  • Save ManuViola77/ca176e397e8b013535ac892bc928034c to your computer and use it in GitHub Desktop.

Select an option

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