about summary refs log tree commit diff
path: root/jest.js
diff options
context:
space:
mode:
authorPaul Frazee <pfrazee@gmail.com>2022-11-22 14:30:13 -0600
committerPaul Frazee <pfrazee@gmail.com>2022-11-22 14:30:13 -0600
commit1df48d4dad0d6b13047185e37db94997ab36bb4b (patch)
tree80c273b948fad283974a125d383d504d1719ee34 /jest.js
parentce56d4e34e75258104b26e2cdc14c423d937a8af (diff)
downloadvoidsky-1df48d4dad0d6b13047185e37db94997ab36bb4b.tar.zst
Fix to tests
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'),
+)