Files
barker/bookie/src/app/cashier-checkout/cashier-checkout-routing.module.spec.ts
2019-08-19 15:58:02 +05:30

14 lines
403 B
TypeScript

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