5c6fc2cb3f4c5d4cb2ab621e56f861114eba683c
[portal/sdk.git] /
1 import { TestBed } from '@angular/core/testing';
2
3 import { DashboardReportService } from './dashboard-report.service';
4
5 describe('DashboardReportService', () => {
6   beforeEach(() => TestBed.configureTestingModule({}));
7
8   it('should be created', () => {
9     const service: DashboardReportService = TestBed.get(DashboardReportService);
10     expect(service).toBeTruthy();
11   });
12 });