parent
1fe1dd1f19
commit
c1a9f07ea1
|
@ -130,6 +130,6 @@ describe('WelcomeComponent', () => {
|
||||||
}));
|
}));
|
||||||
|
|
||||||
it('TestBed and Component UserService should be the same', () => {
|
it('TestBed and Component UserService should be the same', () => {
|
||||||
expect(userService === componentUserService).toBe(true);
|
expect(userService).toBe(componentUserService);
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in New Issue