UNPKG

@nepwork/dashboards

Version:

Dashboards for emergencies and monitoring

17 lines (12 loc) 368 B
import { TestBed } from '@angular/core/testing'; import { PipeFlowService } from './pipe-flow.service'; describe('PipeFlowService', () => { let service: PipeFlowService; beforeEach(() => { TestBed.configureTestingModule({}); service = TestBed.inject(PipeFlowService); }); it('should be created', () => { expect(service).toBeTruthy(); }); });