import { async, ComponentFixture, TestBed } from '@angular/core/testing'; import { SliderSummaryFuneralComponent } from './slider-summary.component'; describe('SliderSummaryComponent', () => { let component: SliderSummaryFuneralComponent; let fixture: ComponentFixture; beforeEach(async(() => { TestBed.configureTestingModule({ declarations: [ SliderSummaryFuneralComponent ] }) .compileComponents(); })); beforeEach(() => { fixture = TestBed.createComponent(SliderSummaryFuneralComponent); component = fixture.componentInstance; fixture.detectChanges(); }); it('should create', () => { expect(component).toBeTruthy(); }); });