diff --git a/test/helpers.js b/test/helpers.js index 93a2bde828..1d2d6c1089 100644 --- a/test/helpers.js +++ b/test/helpers.js @@ -171,7 +171,7 @@ export function showOutput(cwd, shared) { } ); - console.log( + console.log( // eslint-disable-line no-console `\n>> ${chalk.cyan.bold(file)}\n${addLineNumbers(code)}\n<< ${chalk.cyan.bold(file)}` ); });