summaryrefslogtreecommitdiffstats
path: root/ecomp-sdk/epsdk-app-overlay/src/main/webapp/ngapp/src/app/pages/analytics/Report_List/Report/definition/dashboard-report-grid/dashboard-report-grid.service.spec.ts
blob: 72d0980dace6bffd623a13b6429d6632571e3a99 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
import { TestBed } from '@angular/core/testing';

import { DashboardReportGridService } from './dashboard-report-grid.service';

describe('DashboardReportGridService', () => {
  beforeEach(() => TestBed.configureTestingModule({}));

  it('should be created', () => {
    const service: DashboardReportGridService = TestBed.get(DashboardReportGridService);
    expect(service).toBeTruthy();
  });
});