July 2018
Intermediate to advanced
420 pages
8h 46m
English
Open ./Client/src/app/pages/auth/register/register.component.spec.ts and replace the contents with the following code:
import { RouterTestingModule } from '@angular/router/testing'; import { async, ComponentFixture, TestBed } from '@angular/core/testing'; import { NO_ERRORS_SCHEMA } from '@angular/core'; // App imports import { RegisterComponent } from './register.component'; import { HttpClientModule } from '@angular/common/http'; import { FormBuilder, FormsModule, ReactiveFormsModule } from '@angular/forms'; describe('RegisterComponent', () => { let component: RegisterComponent; let fixture: ComponentFixture<RegisterComponent>; beforeEach(async(() => { TestBed.configureTestingModule({ imports: [ RouterTestingModule, ...Read now
Unlock full access