1 import { TestBed } from '@angular/core/testing';
3 import { EliotserviceService } from './eliotservice.service';
5 describe('EliotserviceService', () => {
6 beforeEach(() => TestBed.configureTestingModule({}));
8 it('should be created', () => {
9 const service: EliotserviceService = TestBed.get(EliotserviceService);
10 expect(service).toBeTruthy();