UNPKG

@nepwork/dashboards

Version:

Dashboards for emergencies and monitoring

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