ng update to 9
This commit is contained in:
parent
189b928071
commit
e6b99339ad
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