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