We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b473820 commit 6a734b6Copy full SHA for 6a734b6
lib/config-util.js
@@ -47,7 +47,7 @@ Config.buildYargs = function (cwd) {
47
alias: 'r',
48
describe: 'coverage reporter(s) to use',
49
default: 'text',
50
- globa: false
+ global: false
51
})
52
.option('report-dir', {
53
describe: 'directory to output coverage reports in',
0 commit comments