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