From 7349adde18bfcf15facfb6ca4abb299ba1f3df52 Mon Sep 17 00:00:00 2001 From: Clark Du Date: Wed, 8 Aug 2018 18:08:38 +0100 Subject: [PATCH] fix: lint issue (#3660) --- test/unit/cli-start.test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/unit/cli-start.test.js b/test/unit/cli-start.test.js index 2a5a807159..ed9f489eb4 100644 --- a/test/unit/cli-start.test.js +++ b/test/unit/cli-start.test.js @@ -54,7 +54,7 @@ describe.skip.appveyor('cli', () => { if (timeout === true) { console.warn( // eslint-disable-line no-console `we were unable to automatically kill the child process with pid: ${ - nuxtStart.pid + nuxtStart.pid }` ) }