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