Configuring Jest for React NativeWarningThis post is more than a year old. Information may be outdated. Configuring Jest for React Native ts// __mocks__/react-native-geolocation-service.ts export default {}; export enum PositionError { PERMISSION_DENIED = 1, POSITION_UNAVAILABLE = 2 Backlinks1221116Comments