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