From a9e244750e68fa032a3b7cea0c0e0024f190e5a5 Mon Sep 17 00:00:00 2001 From: Jakub Butkiewicz Date: Wed, 31 Jan 2024 15:42:36 +0100 Subject: [PATCH] ref: remove push-notification-ios mocks since they are not needed --- __mocks__/@react-native-community/push-notification-ios.js | 5 ----- __mocks__/push-notification-ios.js | 5 ----- 2 files changed, 10 deletions(-) delete mode 100644 __mocks__/@react-native-community/push-notification-ios.js delete mode 100644 __mocks__/push-notification-ios.js diff --git a/__mocks__/@react-native-community/push-notification-ios.js b/__mocks__/@react-native-community/push-notification-ios.js deleted file mode 100644 index 0fe8354b9e08..000000000000 --- a/__mocks__/@react-native-community/push-notification-ios.js +++ /dev/null @@ -1,5 +0,0 @@ -export default { - addEventListener: jest.fn(), - requestPermissions: jest.fn(() => Promise.resolve()), - getInitialNotification: jest.fn(() => Promise.resolve()), -}; diff --git a/__mocks__/push-notification-ios.js b/__mocks__/push-notification-ios.js deleted file mode 100644 index 0fe8354b9e08..000000000000 --- a/__mocks__/push-notification-ios.js +++ /dev/null @@ -1,5 +0,0 @@ -export default { - addEventListener: jest.fn(), - requestPermissions: jest.fn(() => Promise.resolve()), - getInitialNotification: jest.fn(() => Promise.resolve()), -};