refactor: medium tests ()

This commit is contained in:
Jason Rasmussen 2025-04-15 15:54:23 -04:00 committed by GitHub
commit 8da5f21fcf
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 385 additions and 727 deletions
server/test

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