Skip to content
This repository has been archived by the owner on Aug 21, 2023. It is now read-only.

Commit

Permalink
Declare PercentileComponent in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
fungjj92 committed Aug 31, 2017
1 parent 1b8d436 commit 0e8a1b2
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/app/login/login.component.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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';
Expand Down Expand Up @@ -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}]
});
Expand Down

0 comments on commit 0e8a1b2

Please sign in to comment.