From c63dee50f1c5d0781dd914132d71c1b0b2647af0 Mon Sep 17 00:00:00 2001 From: Eugenio Romano Date: Mon, 21 May 2018 15:45:05 +0100 Subject: [PATCH] remove fdescribe --- .../components/analytics-report-parameters.component.spec.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/insights/analytics-process/components/analytics-report-parameters.component.spec.ts b/lib/insights/analytics-process/components/analytics-report-parameters.component.spec.ts index 3cc9317f0f..ea4e7c1921 100644 --- a/lib/insights/analytics-process/components/analytics-report-parameters.component.spec.ts +++ b/lib/insights/analytics-process/components/analytics-report-parameters.component.spec.ts @@ -27,7 +27,7 @@ import { Observable } from 'rxjs/Observable'; declare let jasmine: any; -fdescribe('AnalyticsReportParametersComponent', () => { +describe('AnalyticsReportParametersComponent', () => { let component: AnalyticsReportParametersComponent; let fixture: ComponentFixture;