diff --git a/__mocks__/react-native-geolocation-service.js b/__mocks__/react-native-geolocation-service.js deleted file mode 100644 index f4631519a163..000000000000 --- a/__mocks__/react-native-geolocation-service.js +++ /dev/null @@ -1,9 +0,0 @@ -export default { - addListener: jest.fn(), - getCurrentPosition: jest.fn(), - removeListeners: jest.fn(), - requestAuthorization: jest.fn(), - setConfiguration: jest.fn(), - startObserving: jest.fn(), - stopObserving: jest.fn(), -};