import { TestBed } from '@angular/core/testing'; import { ServientregaService } from './servientrega.service'; describe('ServientregaService', () => { let service: ServientregaService; beforeEach(() => { TestBed.configureTestingModule({}); service = TestBed.inject(ServientregaService); }); it('should be created', () => { expect(service).toBeTruthy(); }); });