Cashier checkout should now work
This commit is contained in:
@ -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();
|
||||
});
|
||||
});
|
||||
Reference in New Issue
Block a user