summaryrefslogtreecommitdiffstats
path: root/ecomp-sdk/epsdk-app-overlay/src/main/webapp/ngapp/src/app/pages/analytics/Report_List/display-area/display-area.component.spec.ts
blob: 27329a9b8e9a8edfab8af601ead6b57e5a800441 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
// import { async, ComponentFixture, TestBed } from '@angular/core/testing';

// import { DisplayAreaComponent } from './display-area.component';

// describe('DisplayAreaComponent', () => {
//   let component: DisplayAreaComponent;
//   let fixture: ComponentFixture<DisplayAreaComponent>;

//   beforeEach(async(() => {
//     TestBed.configureTestingModule({
//       declarations: [ DisplayAreaComponent ]
//     })
//     .compileComponents();
//   }));

//   beforeEach(() => {
//     fixture = TestBed.createComponent(DisplayAreaComponent);
//     component = fixture.componentInstance;
//     fixture.detectChanges();
//   });

//   it('should create', () => {
//     expect(component).toBeTruthy();
//   });
// });