@nepwork/dashboards
Version:
Dashboards for emergencies and monitoring
17 lines (12 loc) • 373 B
text/typescript
import { TestBed } from '@angular/core/testing';
import { HgraphVisService } from './hgraph-vis.service';
describe('HgraphVisService', () => {
let service: HgraphVisService;
beforeEach(() => {
TestBed.configureTestingModule({});
service = TestBed.inject(HgraphVisService);
});
it('should be created', () => {
expect(service).toBeTruthy();
});
});