X-Git-Url: https://gerrit.akraino.org/r/gitweb?a=blobdiff_plain;f=example-apps%2FROBO%2FRoboUI%2Fsrc%2Fapp%2Fdata-fetch%2Fdata-fetch.component.spec.ts;fp=example-apps%2FROBO%2FRoboUI%2Fsrc%2Fapp%2Fdata-fetch%2Fdata-fetch.component.spec.ts;h=0000000000000000000000000000000000000000;hb=3ed2c61d9d7e7916481650c41bfe5604f7db22e9;hp=ac7a3e89a3694d97b4a39750a4769ca956e37727;hpb=e6d40ddb2640f434a9d7d7ed99566e5e8fa60cc1;p=ealt-edge.git diff --git a/example-apps/ROBO/RoboUI/src/app/data-fetch/data-fetch.component.spec.ts b/example-apps/ROBO/RoboUI/src/app/data-fetch/data-fetch.component.spec.ts deleted file mode 100644 index ac7a3e8..0000000 --- a/example-apps/ROBO/RoboUI/src/app/data-fetch/data-fetch.component.spec.ts +++ /dev/null @@ -1,25 +0,0 @@ -import { async, ComponentFixture, TestBed } from '@angular/core/testing'; - -import { DataFetchComponent } from './data-fetch.component'; - -describe('DataFetchComponent', () => { - let component: DataFetchComponent; - let fixture: ComponentFixture; - - beforeEach(async(() => { - TestBed.configureTestingModule({ - declarations: [ DataFetchComponent ] - }) - .compileComponents(); - })); - - beforeEach(() => { - fixture = TestBed.createComponent(DataFetchComponent); - component = fixture.componentInstance; - fixture.detectChanges(); - }); - - it('should create', () => { - expect(component).toBeTruthy(); - }); -});