module.exports = function(tasks) { return `[${tasks.map((t) => t.summary).join(',')}]`; };