fixed e2e

This commit is contained in:
mertalev 2023-12-04 19:14:37 -05:00
parent 4c9eaf91f2
commit 3ff045ba0b
No known key found for this signature in database
GPG key ID: 9181CD92C0A1C5E3

View file

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