function testErrorRecovery() { const x = { property: 42 }; return x.property; } module.exports = testErrorRecovery;