From 5c8f8bdb97d9ead099f49bb1f57fde0fbcf6e064 Mon Sep 17 00:00:00 2001 From: Evan Sosenko Date: Sun, 13 Feb 2022 21:22:10 -0800 Subject: [PATCH] Update warning --- lib/cli.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/cli.js b/lib/cli.js index 4d157b9a6a..691e1f1469 100644 --- a/lib/cli.js +++ b/lib/cli.js @@ -105,7 +105,7 @@ function handleUnsupportedConfigs(unsupportedConfigs) { } console.log(chalk.magenta( - ` ${figures.warning} AVA does not support JSON config anymore, ignoring:\n ${unsupportedConfigs.join('\n ')}` + ` ${figures.warning} AVA does not support JSON config, ignoring:\n\n ${unsupportedConfigs.join('\n ')}` )); }