X-Git-Url: https://gerrit.akraino.org/r/gitweb?a=blobdiff_plain;f=blueprints%2Fcommon%2Feliot-ui%2Ffrontend-src%2Fsrc%2Fapp%2Fpods%2Fpods.component.spec.ts;fp=blueprints%2Fcommon%2Feliot-ui%2Ffrontend-src%2Fsrc%2Fapp%2Fpods%2Fpods.component.spec.ts;h=60079fdd9528f9ac1bb711d46a1b007bbb212adf;hb=a45c96e6ef35810d4803bad8d00e76258710eb5b;hp=0000000000000000000000000000000000000000;hpb=fd64df9852e4701aaa074676e35518f9b53d1b74;p=eliot.git 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 new file mode 100644 index 0000000..60079fd --- /dev/null +++ b/blueprints/common/eliot-ui/frontend-src/src/app/pods/pods.component.spec.ts @@ -0,0 +1,25 @@ +import { async, ComponentFixture, TestBed } from '@angular/core/testing'; + +import { PodsComponent } from './pods.component'; + +describe('PodsComponent', () => { + let component: PodsComponent; + let fixture: ComponentFixture; + + beforeEach(async(() => { + TestBed.configureTestingModule({ + declarations: [ PodsComponent ] + }) + .compileComponents(); + })); + + beforeEach(() => { + fixture = TestBed.createComponent(PodsComponent); + component = fixture.componentInstance; + fixture.detectChanges(); + }); + + it('should create', () => { + expect(component).toBeTruthy(); + }); +});