diff options
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' |