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