Beer consumption report done

This commit is contained in:
Amritanshu
2019-08-21 11:12:30 +05:30
parent 243c3cb280
commit 8f6c5930ee
18 changed files with 480 additions and 34 deletions

View File

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