chore: refactor more queries

This commit is contained in:
Daniel Dietzler
2026-01-27 19:32:34 +01:00
parent 03f0106b3d
commit 72e6bc8f8a
9 changed files with 120 additions and 46 deletions

View File

@@ -55,5 +55,8 @@ export const newAssetRepositoryMock = (): Mocked<RepositoryInterface<AssetReposi
getForVideo: vitest.fn(),
getForEdit: vitest.fn(),
getForOcr: vitest.fn(),
getForMetadataExtractionTags: vitest.fn(),
getForFaces: vitest.fn(),
getForUpdateTags: vitest.fn(),
};
};