error resolved in columns component 44/104044/1
authorIndrijeet kumar <indriku1@in.ibm.com>
Fri, 20 Mar 2020 10:53:59 +0000 (16:23 +0530)
committerIndrijeet kumar <indriku1@in.ibm.com>
Fri, 20 Mar 2020 10:54:06 +0000 (16:24 +0530)
error resolved in columns component

Issue-ID: PORTAL-813
Change-Id: I8359b45816f56cc60c8eda52134c91b38626b64c
Signed-off-by: Indrijeet Kumar <indriku1@in.ibm.com>
ecomp-sdk/epsdk-app-overlay/src/main/webapp/ngapp/src/app/pages/analytics/Report_List/Report/columns/columns.component.spec.ts

index 969ca62..0d92223 100644 (file)
@@ -1,25 +1,22 @@
 import { async, ComponentFixture, TestBed } from '@angular/core/testing';
-
 import { ColumnsComponent } from './columns.component';
-
+import { CUSTOM_ELEMENTS_SCHEMA } from '@angular/core';
 describe('ColumnsComponent', () => {
   let component: ColumnsComponent;
   let fixture: ComponentFixture<ColumnsComponent>;
-
   beforeEach(async(() => {
     TestBed.configureTestingModule({
+      schemas: [CUSTOM_ELEMENTS_SCHEMA] ,
       declarations: [ ColumnsComponent ]
     })
     .compileComponents();
   }));
-
   beforeEach(() => {
     fixture = TestBed.createComponent(ColumnsComponent);
     component = fixture.componentInstance;
     fixture.detectChanges();
   });
-
   it('should create', () => {
     expect(component).toBeTruthy();
   });
-});
+});
\ No newline at end of file