From 5f4611d65e40eae3ca6191a15f68d69ea5a1c4cb Mon Sep 17 00:00:00 2001 From: Kirill Rogovoy Date: Tue, 20 Jul 2021 21:24:52 +0300 Subject: WIP --- test/mock-async-storage.ts | 3 --- 1 file changed, 3 deletions(-) delete mode 100644 test/mock-async-storage.ts (limited to 'test/mock-async-storage.ts') 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) -- cgit v1.2.3