July 2018
Intermediate to advanced
420 pages
8h 46m
English
Open ./Client/src/app/pages/builders/builder-list/builder-list.component.spec.ts and replace the contents with the following code:
import { RouterTestingModule } from '@angular/router/testing'; import { HttpClientModule } from '@angular/common/http'; import { async, ComponentFixture, TestBed } from '@angular/core/testing'; // App imports import { BuilderListComponent } from './builder-list.component'; import { HttpErrorHandler } from '../../../shared/_services/http-handle-error.service'; describe('BuilderListComponent', () => { let component: BuilderListComponent; let fixture: ComponentFixture<BuilderListComponent>; beforeEach(async(() => { TestBed.configureTestingModule({ imports: [ RouterTestingModule, HttpClientModule ...Read now
Unlock full access