brewman/overlord/src/app/cash-flow/cash-flow-routing.module.spec.ts

14 lines
347 B
TypeScript
Raw Normal View History

import {CashFlowRoutingModule} from './cash-flow-routing.module';
describe('CashFlowRoutingModule', () => {
let cashFlowRoutingModule: CashFlowRoutingModule;
beforeEach(() => {
cashFlowRoutingModule = new CashFlowRoutingModule();
});
it('should create an instance', () => {
expect(cashFlowRoutingModule).toBeTruthy();
});
});