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