import { BillSettlementReportModule } from './bill-settlement-report.module'; describe('BillSettlementReportModule', () => { let pbillSettlementReportModule: BillSettlementReportModule; beforeEach(() => { pbillSettlementReportModule = new BillSettlementReportModule(); }); it('should create an instance', () => { expect(pbillSettlementReportModule).toBeTruthy(); }); });