UNPKG

@nepwork/dashboards

Version:

Dashboards for emergencies and monitoring

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