diff options
Diffstat (limited to 'test/mock-async-storage.ts')
-rw-r--r-- | test/mock-async-storage.ts | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/test/mock-async-storage.ts b/test/mock-async-storage.ts deleted file mode 100644 index 2b54ced..0000000 --- a/test/mock-async-storage.ts +++ /dev/null @@ -1,3 +0,0 @@ -import mockAsyncStorage from '@react-native-async-storage/async-storage/jest/async-storage-mock' - -jest.mock('@react-native-async-storage/async-storage', () => mockAsyncStorage) |