import { TestBed } from '@angular/core/testing'; import { ProgressStepService } from './progress-step.service'; describe('ProgressStepService', () => { beforeEach(() => TestBed.configureTestingModule({})); it('should be created', () => { const service: ProgressStepService = TestBed.get(ProgressStepService); expect(service).toBeTruthy(); }); });