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