module.exports = { silent: process.env.SILENT ? true : false, istanbulReporter: ['json-summary', 'text'] }