UNPKG

@shikshalokam/sl-reports

Version:

Library to integrate questionnaire in SL Projects

26 lines (20 loc) 671 B
import { async, ComponentFixture, TestBed } from '@angular/core/testing'; import { GenericChartComponent } from './generic-chart.component'; describe('GenericChartComponent', () => { let component: GenericChartComponent; let fixture: ComponentFixture<GenericChartComponent>; beforeEach(async(() => { TestBed.configureTestingModule({ declarations: [ GenericChartComponent ] }) .compileComponents(); })); beforeEach(() => { fixture = TestBed.createComponent(GenericChartComponent); component = fixture.componentInstance; fixture.detectChanges(); }); it('should create', () => { expect(component).toBeTruthy(); }); });