From 1df48d4dad0d6b13047185e37db94997ab36bb4b Mon Sep 17 00:00:00 2001 From: Paul Frazee Date: Tue, 22 Nov 2022 14:30:13 -0600 Subject: Fix to tests --- __mocks__/async-storage.js | 1 + 1 file changed, 1 insertion(+) create mode 100644 __mocks__/async-storage.js (limited to '__mocks__') 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' -- cgit 1.4.1