feat: facial recognition (#2180)
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
import { IFaceRepository } from '../src';
|
||||
|
||||
export const newFaceRepositoryMock = (): jest.Mocked<IFaceRepository> => {
|
||||
return {
|
||||
getAll: jest.fn(),
|
||||
getByIds: jest.fn(),
|
||||
create: jest.fn(),
|
||||
};
|
||||
};
|
||||
Reference in New Issue
Block a user