about summary refs log tree commit diff
path: root/__mocks__/react-native-image-crop-picker.js
diff options
context:
space:
mode:
Diffstat (limited to '__mocks__/react-native-image-crop-picker.js')
-rw-r--r--__mocks__/react-native-image-crop-picker.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/__mocks__/react-native-image-crop-picker.js b/__mocks__/react-native-image-crop-picker.js
new file mode 100644
index 000000000..9f2298a72
--- /dev/null
+++ b/__mocks__/react-native-image-crop-picker.js
@@ -0,0 +1,3 @@
+export default {
+  openPicker: jest.fn().mockImplementation(() => Promise.resolve(result)),
+}