feat(server): improve and refactor get all albums (#2048)

Co-authored-by: Alex Tran <alex.tran1502@gmail.com>
This commit is contained in:
Michel Heusschen 2023-03-26 04:46:48 +02:00 committed by GitHub
parent 2400004f41
commit c74fba483d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
23 changed files with 1027 additions and 752 deletions

View file

@ -4,6 +4,7 @@ export const newAssetRepositoryMock = (): jest.Mocked<IAssetRepository> => {
return {
getByIds: jest.fn(),
getWithout: jest.fn(),
getFirstAssetForAlbumId: jest.fn(),
getAll: jest.fn(),
deleteAll: jest.fn(),
save: jest.fn(),