UNPKG

detox

Version:

E2E tests and automation for mobile

9 lines (7 loc) 291 B
const { makeResourceTitle } = require('./utils'); module.exports = function(properties) { const objectName = properties.object; return makeResourceTitle( `The event "${properties.event}" is taking place${(objectName === undefined) ? `.` : ` with object: "${objectName}".`}` ); };