EG version upgrade to 1.3
[ealt-edge.git] / example-apps / ROBO / RoboUI / src / app / robo.service.spec.ts
1 import { TestBed } from '@angular/core/testing';
2
3 import { RoboService } from './robo.service';
4
5 describe('RoboService', () => {
6   let service: RoboService;
7
8   beforeEach(() => {
9     TestBed.configureTestingModule({});
10     service = TestBed.inject(RoboService);
11   });
12
13   it('should be created', () => {
14     expect(service).toBeTruthy();
15   });
16 });