epic_explorer/src/app/shared/services/chart.service.spec.ts

13 lines
328 B
TypeScript
Raw Normal View History

2019-06-27 12:18:08 +05:30
import { TestBed } from '@angular/core/testing';
import { ChartService } from './chart.service';
describe('ChartService', () => {
beforeEach(() => TestBed.configureTestingModule({}));
it('should be created', () => {
const service: ChartService = TestBed.get(ChartService);
expect(service).toBeTruthy();
});
});