X-Git-Url: https://gerrit.akraino.org/r/gitweb?a=blobdiff_plain;f=blueprints%2Fcommon%2Feliot-ui%2Ffrontend-src%2Fsrc%2Fapp%2Freplica%2Freplica.component.spec.ts;fp=blueprints%2Fcommon%2Feliot-ui%2Ffrontend-src%2Fsrc%2Fapp%2Freplica%2Freplica.component.spec.ts;h=0000000000000000000000000000000000000000;hb=434326c60fb0434bda587102b4746173fe425dea;hp=88ab49bd33a6df08e32f9f9f2efc5a8291d9b2af;hpb=37827e492060182b32df67c2a538a29808fa5e17;p=eliot.git diff --git a/blueprints/common/eliot-ui/frontend-src/src/app/replica/replica.component.spec.ts b/blueprints/common/eliot-ui/frontend-src/src/app/replica/replica.component.spec.ts deleted file mode 100644 index 88ab49b..0000000 --- a/blueprints/common/eliot-ui/frontend-src/src/app/replica/replica.component.spec.ts +++ /dev/null @@ -1,25 +0,0 @@ -import { async, ComponentFixture, TestBed } from '@angular/core/testing'; - -import { ReplicaComponent } from './replica.component'; - -describe('ReplicaComponent', () => { - let component: ReplicaComponent; - let fixture: ComponentFixture; - - beforeEach(async(() => { - TestBed.configureTestingModule({ - declarations: [ ReplicaComponent ] - }) - .compileComponents(); - })); - - beforeEach(() => { - fixture = TestBed.createComponent(ReplicaComponent); - component = fixture.componentInstance; - fixture.detectChanges(); - }); - - it('should create', () => { - expect(component).toBeTruthy(); - }); -});