Feature: Added the customer module to list / edit customers. This is needed to add the customer discount functionality
This commit is contained in:
13
bookie/src/app/customers/customer-routing.module.spec.ts
Normal file
13
bookie/src/app/customers/customer-routing.module.spec.ts
Normal file
@ -0,0 +1,13 @@
|
||||
import { CustomerRoutingModule } from './customer-routing.module';
|
||||
|
||||
describe('CustomersRoutingModule', () => {
|
||||
let customerRoutingModule: CustomerRoutingModule;
|
||||
|
||||
beforeEach(() => {
|
||||
customerRoutingModule = new CustomerRoutingModule();
|
||||
});
|
||||
|
||||
it('should create an instance', () => {
|
||||
expect(customerRoutingModule).toBeTruthy();
|
||||
});
|
||||
});
|
||||
Reference in New Issue
Block a user