summaryrefslogtreecommitdiffstats
path: root/ecomp-sdk/epsdk-app-overlay/src/main/webapp/ngapp/src/app/pages/analytics/Report_List/Report/pilot-page/pilot-window-modal-component/pilot-window-modal-component.component.spec.ts
diff options
context:
space:
mode:
Diffstat (limited to 'ecomp-sdk/epsdk-app-overlay/src/main/webapp/ngapp/src/app/pages/analytics/Report_List/Report/pilot-page/pilot-window-modal-component/pilot-window-modal-component.component.spec.ts')
-rw-r--r--ecomp-sdk/epsdk-app-overlay/src/main/webapp/ngapp/src/app/pages/analytics/Report_List/Report/pilot-page/pilot-window-modal-component/pilot-window-modal-component.component.spec.ts25
1 files changed, 25 insertions, 0 deletions
diff --git a/ecomp-sdk/epsdk-app-overlay/src/main/webapp/ngapp/src/app/pages/analytics/Report_List/Report/pilot-page/pilot-window-modal-component/pilot-window-modal-component.component.spec.ts b/ecomp-sdk/epsdk-app-overlay/src/main/webapp/ngapp/src/app/pages/analytics/Report_List/Report/pilot-page/pilot-window-modal-component/pilot-window-modal-component.component.spec.ts
new file mode 100644
index 00000000..86779e68
--- /dev/null
+++ b/ecomp-sdk/epsdk-app-overlay/src/main/webapp/ngapp/src/app/pages/analytics/Report_List/Report/pilot-page/pilot-window-modal-component/pilot-window-modal-component.component.spec.ts
@@ -0,0 +1,25 @@
+import { async, ComponentFixture, TestBed } from '@angular/core/testing';
+
+import { PilotWindowModalComponentComponent } from './pilot-window-modal-component.component';
+
+describe('PilotWindowModalComponentComponent', () => {
+ let component: PilotWindowModalComponentComponent;
+ let fixture: ComponentFixture<PilotWindowModalComponentComponent>;
+
+ beforeEach(async(() => {
+ TestBed.configureTestingModule({
+ declarations: [ PilotWindowModalComponentComponent ]
+ })
+ .compileComponents();
+ }));
+
+ beforeEach(() => {
+ fixture = TestBed.createComponent(PilotWindowModalComponentComponent);
+ component = fixture.componentInstance;
+ fixture.detectChanges();
+ });
+
+ it('should create', () => {
+ expect(component).toBeTruthy();
+ });
+});