summaryrefslogtreecommitdiffstats
path: root/ecomp-sdk/portalsdk-tag-library/projects/portalsdk-tag-lib/src/lib/rdp/shared/rdp-data-table.service.spec.ts
blob: bdc75d40c2f551da1575b15b0498f698e6e461f5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
import { TestBed } from '@angular/core/testing';

import { RdpDataTableService } from './rdp-data-table.service';

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

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