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