mirror of
https://github.com/KevinMidboe/immich.git
synced 2025-12-08 20:29:05 +00:00
refactor: e2e tests (#4536)
This commit is contained in:
@@ -45,6 +45,10 @@ export class MetadataRepository implements IMetadataRepository {
|
||||
});
|
||||
}
|
||||
|
||||
async teardown() {
|
||||
await exiftool.end();
|
||||
}
|
||||
|
||||
async deleteCache() {
|
||||
const dumpDirectory = REVERSE_GEOCODING_DUMP_DIRECTORY;
|
||||
if (dumpDirectory) {
|
||||
|
||||
Reference in New Issue
Block a user