Skip to content
Snippets Groups Projects

Angular update

Merged Matthieu BENOIST requested to merge maj into master
41 files
+ 6948
4480
Compare changes
  • Side-by-side
  • Inline
Files
41
import { async, ComponentFixture, TestBed } from '@angular/core/testing';
import { ComponentFixture, TestBed, waitForAsync } from '@angular/core/testing';
import { ContactComponent } from './contact.component';
import { ContactComponent } from './contact.component';
import { ReactiveFormsModule, AbstractControl } from '@angular/forms';
import { ReactiveFormsModule, AbstractControl } from '@angular/forms';
@@ -50,7 +50,7 @@ describe('ContactComponent', () => {
@@ -50,7 +50,7 @@ describe('ContactComponent', () => {
let text: AbstractControl;
let text: AbstractControl;
describe('Template', () => {
describe('Template', () => {
beforeEach(async(() => {
beforeEach(waitForAsync(() => {
TestBed.configureTestingModule({
TestBed.configureTestingModule({
imports: [
imports: [
ReactiveFormsModule,
ReactiveFormsModule,
Loading