about summary refs log tree commit diff
path: root/jest.js
diff options
context:
space:
mode:
Diffstat (limited to 'jest.js')
-rw-r--r--jest.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/jest.js b/jest.js
new file mode 100644
index 000000000..eb2d41652
--- /dev/null
+++ b/jest.js
@@ -0,0 +1,3 @@
+jest.mock('@react-native-async-storage/async-storage', () =>
+  require('@react-native-async-storage/async-storage/jest/async-storage-mock'),
+)