UNPKG

@shikshalokam/sl-reports

Version:

Library to integrate questionnaire in SL Projects

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