From e730b38b9d23fe5d6d3771b0d652159c11739e83 Mon Sep 17 00:00:00 2001 From: Rich Harris Date: Sun, 11 Jun 2017 14:00:24 -0400 Subject: [PATCH] lint --- test/helpers.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)}` ); });