July 2018
Intermediate to advanced
420 pages
8h 46m
English
Open ./Client/src/app/pages/bikes/bike-list/bike-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'; import { NO_ERRORS_SCHEMA } from '@angular/core'; // App imports import { BikeListComponent } from './bike-list.component'; import { BikeSearchPipe } from '../_pipes/bike-search.pipe'; import { HttpErrorHandler } from './../../../shared/_services/http-handle-error.service'; describe('BikeListComponent', () => { let component: BikeListComponent; let fixture: ComponentFixture<BikeListComponent>; beforeEach(async(() ...Read now
Unlock full access