summaryrefslogtreecommitdiffstats
path: root/usecaseui-portal/src/app/shared/components/e2e-detail/e2e-detail.component.spec.ts
diff options
context:
space:
mode:
authorTao Shen <shentao@chinamobile.com>2019-09-27 02:05:00 +0000
committerGerrit Code Review <gerrit@onap.org>2019-09-27 02:05:00 +0000
commit2f905f96a6edf333925debc1778459eda265a867 (patch)
tree25679e5eb7f9f1a94539ac4b3d6b08f7885ca630 /usecaseui-portal/src/app/shared/components/e2e-detail/e2e-detail.component.spec.ts
parent3693e5dc472cb59fbb03dba2534c507b51104d8a (diff)
parent2fd289f8e4e211eb26752d04d8d9b394ab78470f (diff)
Merge "feat:adjust the file schema of components related to service instances"
Diffstat (limited to 'usecaseui-portal/src/app/shared/components/e2e-detail/e2e-detail.component.spec.ts')
-rw-r--r--usecaseui-portal/src/app/shared/components/e2e-detail/e2e-detail.component.spec.ts25
1 files changed, 0 insertions, 25 deletions
diff --git a/usecaseui-portal/src/app/shared/components/e2e-detail/e2e-detail.component.spec.ts b/usecaseui-portal/src/app/shared/components/e2e-detail/e2e-detail.component.spec.ts
deleted file mode 100644
index ad24a477..00000000
--- a/usecaseui-portal/src/app/shared/components/e2e-detail/e2e-detail.component.spec.ts
+++ /dev/null
@@ -1,25 +0,0 @@
-import { async, ComponentFixture, TestBed } from '@angular/core/testing';
-
-import { E2eDetailComponent } from './e2e-detail.component';
-
-describe('E2eDetailComponent', () => {
- let component: E2eDetailComponent;
- let fixture: ComponentFixture<E2eDetailComponent>;
-
- beforeEach(async(() => {
- TestBed.configureTestingModule({
- declarations: [ E2eDetailComponent ]
- })
- .compileComponents();
- }));
-
- beforeEach(() => {
- fixture = TestBed.createComponent(E2eDetailComponent);
- component = fixture.componentInstance;
- fixture.detectChanges();
- });
-
- it('should create', () => {
- expect(component).toBeTruthy();
- });
-});