summaryrefslogtreecommitdiffstats
path: root/ecomp-sdk/epsdk-app-overlay/src/main/webapp/ngapp/src/app/report/report.module.spec.ts
blob: cfbd84ca9832ba150ea40787500d4b95081800a5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
import { ReportModule } from './report.module';

describe('ReportModule', () => {
  let reportModule: ReportModule;

  beforeEach(() => {
    reportModule = new ReportModule();
  });

  it('should create an instance', () => {
    expect(reportModule).toBeTruthy();
  });
});