diff options
author | Paul Frazee <pfrazee@gmail.com> | 2022-11-22 14:30:13 -0600 |
---|---|---|
committer | Paul Frazee <pfrazee@gmail.com> | 2022-11-22 14:30:13 -0600 |
commit | 1df48d4dad0d6b13047185e37db94997ab36bb4b (patch) | |
tree | 80c273b948fad283974a125d383d504d1719ee34 /__mocks__ | |
parent | ce56d4e34e75258104b26e2cdc14c423d937a8af (diff) | |
download | voidsky-1df48d4dad0d6b13047185e37db94997ab36bb4b.tar.zst |
Fix to tests
Diffstat (limited to '__mocks__')
-rw-r--r-- | __mocks__/async-storage.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/__mocks__/async-storage.js b/__mocks__/async-storage.js new file mode 100644 index 000000000..32e39bc7a --- /dev/null +++ b/__mocks__/async-storage.js @@ -0,0 +1 @@ +export default from '@react-native-async-storage/async-storage/jest/async-storage-mock' |