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