Skip to content

Commit 345bc68

Browse files
Unit test case updation.
1 parent e90cba9 commit 345bc68

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

client/src/app/dashboard/dashboard-overview/dashboard-overview.component.spec.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ import { DashboardCardComponent } from '../dashboard-card/dashboard-card.compone
2424
import { RouterModule } from '@angular/router';
2525
import { MaterialModule } from '../../material-module/material.module';
2626
import { InforCenterComponent } from '../infor-center/infor-center.component';
27+
import { GraphViewModule} from '../graph-view/graph-view.module';
2728
import { DashboardOverviewComponent } from './dashboard-overview.component';
2829

2930
describe('DashboardOverviewComponent', () => {
@@ -33,7 +34,7 @@ describe('DashboardOverviewComponent', () => {
3334
beforeEach(async(() => {
3435
TestBed.configureTestingModule({
3536
declarations: [ DashboardOverviewComponent, DashboardCardComponent, StatusCardComponent, InforCenterComponent],
36-
imports: [RouterModule, HttpClientModule, RouterTestingModule, MaterialModule]
37+
imports: [RouterModule, HttpClientModule, RouterTestingModule, MaterialModule, GraphViewModule]
3738
})
3839
.compileComponents();
3940
}));

0 commit comments

Comments
 (0)