removed exmple apps code
[ealt-edge.git] / example-apps / ROBO / RoboUI / src / app / data-monitor / data-monitor.component.spec.ts
diff --git a/example-apps/ROBO/RoboUI/src/app/data-monitor/data-monitor.component.spec.ts b/example-apps/ROBO/RoboUI/src/app/data-monitor/data-monitor.component.spec.ts
deleted file mode 100644 (file)
index 71389ff..0000000
+++ /dev/null
@@ -1,25 +0,0 @@
-import { ComponentFixture, TestBed } from '@angular/core/testing';
-
-import { DataMonitorComponent } from './data-monitor.component';
-
-describe('DataMonitorComponent', () => {
-  let component: DataMonitorComponent;
-  let fixture: ComponentFixture<DataMonitorComponent>;
-
-  beforeEach(async () => {
-    await TestBed.configureTestingModule({
-      declarations: [ DataMonitorComponent ]
-    })
-    .compileComponents();
-  });
-
-  beforeEach(() => {
-    fixture = TestBed.createComponent(DataMonitorComponent);
-    component = fixture.componentInstance;
-    fixture.detectChanges();
-  });
-
-  it('should create', () => {
-    expect(component).toBeTruthy();
-  });
-});