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