Discount Report Done

This commit is contained in:
Amritanshu
2019-08-21 12:31:52 +05:30
parent 8f6c5930ee
commit 2b04b624b3
18 changed files with 456 additions and 28 deletions

View File

@ -0,0 +1,13 @@
import {DiscountReportModule} from './discount-report.module';
describe('DiscountReportModule', () => {
let discountReportModule: DiscountReportModule;
beforeEach(() => {
discountReportModule = new DiscountReportModule();
});
it('should create an instance', () => {
expect(discountReportModule).toBeTruthy();
});
});