pie component- spec changes 09/98009/1
authorArundathi Patil <arundpil@in.ibm.com>
Wed, 6 Nov 2019 07:53:17 +0000 (13:23 +0530)
committerArundathi Patil <arundpil@in.ibm.com>
Wed, 6 Nov 2019 07:53:24 +0000 (13:23 +0530)
Added NgxEchartsModule to imports.

Issue-ID: USECASEUI-280
Change-Id: Ie650241660eb8e4d8636f39ad444e12123a6c7ed
Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
usecaseui-portal/src/app/shared/components/charts/pie/pie.component.spec.ts

index 528da25..09e48ad 100644 (file)
@@ -1,4 +1,5 @@
 import { async, ComponentFixture, TestBed } from '@angular/core/testing';
+import { NgxEchartsModule } from 'ngx-echarts';
 
 import { PieComponent } from './pie.component';
 
@@ -8,7 +9,8 @@ describe('PieComponent', () => {
 
   beforeEach(async(() => {
     TestBed.configureTestingModule({
-      declarations: [ PieComponent ]
+      declarations: [ PieComponent ],
+      imports: [NgxEchartsModule]
     })
     .compileComponents();
   }));