mirror of
https://github.com/immich-app/immich.git
synced 2026-05-18 03:10:24 +03:00
fix existing tests
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
import { IAlbumUserRepository } from 'src/interfaces/album-user.interface';
|
||||
|
||||
export const newAlbumUserRepositoryMock = (): jest.Mocked<IAlbumUserRepository> => {
|
||||
return {
|
||||
create: jest.fn(),
|
||||
delete: jest.fn(),
|
||||
update: jest.fn(),
|
||||
};
|
||||
};
|
||||
Reference in New Issue
Block a user