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