UNPKG

@nepwork/dashboards

Version:

Dashboards for emergencies and monitoring

26 lines (20 loc) 628 B
import { async, ComponentFixture, TestBed } from '@angular/core/testing'; import { EntityComponent } from './entity.component'; describe('EntityComponent', () => { let component: EntityComponent; let fixture: ComponentFixture<EntityComponent>; beforeEach(async(() => { TestBed.configureTestingModule({ declarations: [ EntityComponent ] }) .compileComponents(); })); beforeEach(() => { fixture = TestBed.createComponent(EntityComponent); component = fixture.componentInstance; fixture.detectChanges(); }); it('should create', () => { expect(component).toBeTruthy(); }); });