import { TestBed } from '@angular/core/testing'; import { Dashlib2Service } from './dashlib2.service'; describe('Dashlib2Service', () => { beforeEach(() => TestBed.configureTestingModule({})); it('should be created', () => { const service: Dashlib2Service = TestBed.get(Dashlib2Service); expect(service).toBeTruthy(); }); });