Bill Settlement Report Done (Bill Details)
TODO: Rename Bill Details Permission to Bill Settlement Report
This commit is contained in:
@ -0,0 +1,13 @@
|
||||
import {BillSettlementReportModule} from './bill-settlement-report.module';
|
||||
|
||||
describe('BillSettlementReportModule', () => {
|
||||
let pbillSettlementReportModule: BillSettlementReportModule;
|
||||
|
||||
beforeEach(() => {
|
||||
pbillSettlementReportModule = new BillSettlementReportModule();
|
||||
});
|
||||
|
||||
it('should create an instance', () => {
|
||||
expect(pbillSettlementReportModule).toBeTruthy();
|
||||
});
|
||||
});
|
||||
Reference in New Issue
Block a user