fixed e2e
This commit is contained in:
parent
4c9eaf91f2
commit
3ff045ba0b
1 changed files with 1 additions and 0 deletions
|
@ -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(),
|
||||
|
|
Loading…
Reference in a new issue