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