From c1a08d8ad3765e6aec14acb19d21360d0cb9adce Mon Sep 17 00:00:00 2001 From: coderaiser Date: Wed, 16 Oct 2019 14:04:04 +0300 Subject: [PATCH] chore(madrun) lint --- madrun.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/madrun.js b/madrun.js index b8322f67..4724d78e 100644 --- a/madrun.js +++ b/madrun.js @@ -42,7 +42,7 @@ module.exports = { 'test:base': () => { const cmd = 'tape'; const names = `'test/**/*.js' '{client,static,common,server}/**/*.spec.js'`; - + return `${cmd} ${names}`; }, 'test': () => `${env} ${run('test:base')}`,