removed old code for portal
[eliot.git] / blueprints / common / eliot-ui / frontend-src / src / app / services / services.component.spec.ts
diff --git a/blueprints/common/eliot-ui/frontend-src/src/app/services/services.component.spec.ts b/blueprints/common/eliot-ui/frontend-src/src/app/services/services.component.spec.ts
deleted file mode 100644 (file)
index 2e76b9f..0000000
+++ /dev/null
@@ -1,25 +0,0 @@
-import { async, ComponentFixture, TestBed } from '@angular/core/testing';
-
-import { ServicesComponent } from './services.component';
-
-describe('ServicesComponent', () => {
-  let component: ServicesComponent;
-  let fixture: ComponentFixture<ServicesComponent>;
-
-  beforeEach(async(() => {
-    TestBed.configureTestingModule({
-      declarations: [ ServicesComponent ]
-    })
-    .compileComponents();
-  }));
-
-  beforeEach(() => {
-    fixture = TestBed.createComponent(ServicesComponent);
-    component = fixture.componentInstance;
-    fixture.detectChanges();
-  });
-
-  it('should create', () => {
-    expect(component).toBeTruthy();
-  });
-});