1 import { async, ComponentFixture, TestBed } from '@angular/core/testing';
3 import { AppModule } from '../../../app.module';
4 import { SparklineComponent } from './sparkline.component';
6 describe('SparklineComponent', () => {
7 let component: SparklineComponent;
8 let fixture: ComponentFixture<SparklineComponent>;
12 TestBed.configureTestingModule({
14 }).compileComponents();
19 fixture = TestBed.createComponent(SparklineComponent);
20 component = fixture.componentInstance;
21 fixture.detectChanges();
24 it('should create', () => {
25 expect(component).toBeTruthy();