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