From 6a734b6a22f15cc57a93029ee78691ade62a57d3 Mon Sep 17 00:00:00 2001 From: hkdnet Date: Sun, 31 Dec 2017 13:18:21 +0900 Subject: [PATCH] fix: typo in option definition (#758) --- lib/config-util.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/config-util.js b/lib/config-util.js index 41c9fbd03..8ee1ec725 100644 --- a/lib/config-util.js +++ b/lib/config-util.js @@ -47,7 +47,7 @@ Config.buildYargs = function (cwd) { alias: 'r', describe: 'coverage reporter(s) to use', default: 'text', - globa: false + global: false }) .option('report-dir', { describe: 'directory to output coverage reports in',