浏览代码

fixed e2e

mertalev 1 年之前
父节点
当前提交
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(),