summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--usecaseui-portal/src/app/shared/components/charts/bar/bar.component.spec.ts4
1 files changed, 3 insertions, 1 deletions
diff --git a/usecaseui-portal/src/app/shared/components/charts/bar/bar.component.spec.ts b/usecaseui-portal/src/app/shared/components/charts/bar/bar.component.spec.ts
index d979ffb6..eb048a29 100644
--- a/usecaseui-portal/src/app/shared/components/charts/bar/bar.component.spec.ts
+++ b/usecaseui-portal/src/app/shared/components/charts/bar/bar.component.spec.ts
@@ -1,4 +1,5 @@
import { async, ComponentFixture, TestBed } from '@angular/core/testing';
+import { NgxEchartsModule } from 'ngx-echarts';
import { BarComponent } from './bar.component';
@@ -8,7 +9,8 @@ describe('BarComponent', () => {
beforeEach(async(() => {
TestBed.configureTestingModule({
- declarations: [ BarComponent ]
+ declarations: [ BarComponent ],
+ imports:[ NgxEchartsModule ]
})
.compileComponents();
}));