ng update to 9
This commit is contained in:
parent
e9c81dc428
commit
3ed88a4d5e
4 changed files with 3185 additions and 1414 deletions
|
@ -15,8 +15,8 @@ describe('Login Page', () => {
|
|||
TestBed.configureTestingModule({ providers: [ApiService] });
|
||||
});
|
||||
|
||||
api = TestBed.get(ApiService);
|
||||
apiSpy = TestBed.get(ApiService);
|
||||
api = TestBed.inject(ApiService);
|
||||
apiSpy = TestBed.inject(ApiService);
|
||||
|
||||
it('should have a header saying login', () => {
|
||||
expect(page.getLoginHeaderText()).toEqual('Login');
|
||||
|
|
Reference in a new issue