console.log('Jest config file read.'); module.exports = { globalSetup: './test/integration/setup.cjs', globalTeardown: './test/integration/teardown.cjs', testPathIgnorePatterns: ['/node_modules/', 'test/unit'], testTimeout: 5000 };