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