Cashier checkout should now work

This commit is contained in:
Amritanshu
2019-08-19 15:58:02 +05:30
parent 55ec2f8763
commit f9e784b12f
25 changed files with 753 additions and 181 deletions

View File

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