diff --git a/src/app/components/dynamicdialog/dynamicdialog.spec.ts b/src/app/components/dynamicdialog/dynamicdialog.spec.ts index d7cc722025a..76565d693bb 100755 --- a/src/app/components/dynamicdialog/dynamicdialog.spec.ts +++ b/src/app/components/dynamicdialog/dynamicdialog.spec.ts @@ -1,6 +1,6 @@ import { CommonModule } from '@angular/common'; import { Component, NgModule } from '@angular/core'; -import { ComponentFixture, fakeAsync, flush, TestBed, tick } from '@angular/core/testing'; +import { ComponentFixture, TestBed, fakeAsync, flush, tick } from '@angular/core/testing'; import { NoopAnimationsModule } from '@angular/platform-browser/animations'; import { Footer } from 'primeng/api'; import { DialogService } from './dialogservice'; @@ -57,7 +57,7 @@ export class TestDynamicDialogWithClosableFalseComponent { }) export class FakeTestDialogModule {} -fdescribe('DynamicDialog', () => { +describe('DynamicDialog', () => { beforeEach(() => { TestBed.configureTestingModule({ imports: [NoopAnimationsModule, FakeTestDialogModule, Footer]