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