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