fix merge
This commit is contained in:
@@ -2,8 +2,6 @@ import { IMetadataRepository } from '@app/domain';
|
||||
|
||||
export const newMetadataRepositoryMock = (): jest.Mocked<IMetadataRepository> => {
|
||||
return {
|
||||
deleteCache: jest.fn(),
|
||||
getExifTags: jest.fn(),
|
||||
init: jest.fn(),
|
||||
teardown: jest.fn(),
|
||||
reverseGeocode: jest.fn(),
|
||||
|
||||
Reference in New Issue
Block a user