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