module.exports = ({ appName, environment, rootURL, config }) => ` ${ environment === 'test' ? `` : `` } `;