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