updating angular core and cli
step 1 of update Angular 10 -> 11
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import { async, ComponentFixture, TestBed } from '@angular/core/testing';
|
||||
import { ComponentFixture, TestBed, waitForAsync } from '@angular/core/testing';
|
||||
|
||||
import { QueryAutocompleteComponent } from './query-autocomplete.component';
|
||||
|
||||
@@ -6,7 +6,7 @@ describe('QueryAutocompleteComponent', () => {
|
||||
let component: QueryAutocompleteComponent;
|
||||
let fixture: ComponentFixture<QueryAutocompleteComponent>;
|
||||
|
||||
beforeEach(async(() => {
|
||||
beforeEach(waitForAsync(() => {
|
||||
TestBed.configureTestingModule({
|
||||
declarations: [ QueryAutocompleteComponent ]
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user