mirror of
https://github.com/immich-app/immich.git
synced 2025-07-19 22:44:24 +02:00
refactor: medium tests (#17634)
This commit is contained in:
parent
76db8cf604
commit
8da5f21fcf
7 changed files with 385 additions and 727 deletions
server/test
|
@ -202,7 +202,7 @@ export const newTestService = <T extends BaseService>(
|
|||
partner: automock(PartnerRepository, { strict: false }),
|
||||
person: newPersonRepositoryMock(),
|
||||
process: automock(ProcessRepository),
|
||||
search: automock(SearchRepository, { args: [loggerMock], strict: false }),
|
||||
search: automock(SearchRepository, { strict: false }),
|
||||
// eslint-disable-next-line no-sparse-arrays
|
||||
serverInfo: automock(ServerInfoRepository, { args: [, loggerMock], strict: false }),
|
||||
session: automock(SessionRepository),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue