From 0e8a1b2e145e555e2238549e15064ae064b0c9c1 Mon Sep 17 00:00:00 2001 From: Jenny Fung Date: Thu, 31 Aug 2017 15:49:58 -0400 Subject: [PATCH] Declare PercentileComponent in tests --- src/app/login/login.component.spec.ts | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/app/login/login.component.spec.ts b/src/app/login/login.component.spec.ts index 3b83bc66..c36ce6d6 100644 --- a/src/app/login/login.component.spec.ts +++ b/src/app/login/login.component.spec.ts @@ -30,7 +30,8 @@ import { LabComponent } from '../lab'; -import { ThresholdComponent } from '../charts/extra-params-components/threshold.component'; +import { ThresholdComponent, + PercentileComponent } from '../charts/extra-params-components/'; import { NavbarComponent } from '../navbar/navbar.component'; import { DashboardComponent } from '../dashboard/dashboard.component'; @@ -87,7 +88,7 @@ describe('LoginComponent', () => { AddEditProjectComponent, PageNotFoundComponent, SidebarComponent, AppComponent, CityDropdownComponent, ScenarioToggleComponent, ModelModalComponent, UnitsDropdownComponent, ChartComponent, IndicatorListComponent, LineGraphComponent, - WaveComponent, ThresholdComponent ], + WaveComponent, ThresholdComponent, PercentileComponent ], providers: [ {provide: AuthService, useValue: authServiceStub}] });