diff --git a/index.js b/index.js index a8efb710..0ff915df 100644 --- a/index.js +++ b/index.js @@ -14,7 +14,7 @@ if (global.consola) { module.exports = global.consola = new Consola({ level, reporters: [ - env.minimalCLI + (env.ci || env.test) ? new BasicReporter() : new FancyReporter() ]