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