feat : #14 partage de profil
This commit is contained in:
@@ -39,7 +39,7 @@ describe('MyProfileUpdateFormComponent', () => {
|
||||
create: jest.fn(),
|
||||
list: jest.fn(),
|
||||
update: jest.fn().mockReturnValue(of({} as Profile)),
|
||||
getByUserId: jest.fn().mockReturnValue(of({} as Profile)),
|
||||
getById: jest.fn().mockReturnValue(of({} as Profile)),
|
||||
};
|
||||
|
||||
mockSectorRepo = {
|
||||
|
||||
Reference in New Issue
Block a user