import {ProfitLossRoutingModule} from './profit-loss-routing.module'; describe('ProfitLossRoutingModule', () => { let profitLossRoutingModule: ProfitLossRoutingModule; beforeEach(() => { profitLossRoutingModule = new ProfitLossRoutingModule(); }); it('should create an instance', () => { expect(profitLossRoutingModule).toBeTruthy(); }); });