mertalev 1 год назад
Родитель
Сommit
3ff045ba0b
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      server/test/repositories/smart-info.repository.mock.ts

+ 1 - 0
server/test/repositories/smart-info.repository.mock.ts

@@ -2,6 +2,7 @@ import { ISmartInfoRepository } from '@app/domain';
 
 export const newSmartInfoRepositoryMock = (): jest.Mocked<ISmartInfoRepository> => {
   return {
+    init: jest.fn(),
     searchCLIP: jest.fn(),
     searchFaces: jest.fn(),
     upsert: jest.fn(),