refactor: medium tests (#17634)

This commit is contained in:
Jason Rasmussen
2025-04-15 15:54:23 -04:00
committed by GitHub
parent 76db8cf604
commit 8da5f21fcf
7 changed files with 385 additions and 727 deletions

View File

@@ -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),