import { BatchIntegrityReportRoutingModule } from './batch-integrity-report-routing.module'; describe('BatchIntegrityRoutingModule', () => { let batchIntegrityRoutingModule: BatchIntegrityReportRoutingModule; beforeEach(() => { batchIntegrityRoutingModule = new BatchIntegrityReportRoutingModule(); }); it('should create an instance', () => { expect(batchIntegrityRoutingModule).toBeTruthy(); }); });