mirror of
https://github.com/immich-app/immich.git
synced 2025-12-07 13:43:57 +09:00
refactor: e2e tests (#4536)
This commit is contained in:
@@ -103,4 +103,8 @@ export class AppService {
|
||||
await this.metadataService.init();
|
||||
await this.searchService.init();
|
||||
}
|
||||
|
||||
async teardown() {
|
||||
await this.metadataService.teardown();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user