brewman/overlord/src/app/purchase-entries/purchase-entries-routing.module.spec.ts

14 lines
403 B
TypeScript
Raw Normal View History

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