|
@@ -5,6 +5,8 @@ export const newMetadataRepositoryMock = (): jest.Mocked<IMetadataRepository> =>
|
|
|
deleteCache: jest.fn(),
|
|
|
getExifTags: jest.fn(),
|
|
|
initLocalGeocoding: jest.fn(),
|
|
|
+ deinitMapboxGeocoding: jest.fn(),
|
|
|
+ initMapboxGeocoding: jest.fn(),
|
|
|
teardown: jest.fn(),
|
|
|
reverseGeocode: jest.fn(),
|
|
|
};
|