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