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