Skip to content

Commit 6a734b6

Browse files
hkdnetbcoe
authored andcommitted
fix: typo in option definition (#758)
1 parent b473820 commit 6a734b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/config-util.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ Config.buildYargs = function (cwd) {
4747
alias: 'r',
4848
describe: 'coverage reporter(s) to use',
4949
default: 'text',
50-
globa: false
50+
global: false
5151
})
5252
.option('report-dir', {
5353
describe: 'directory to output coverage reports in',

0 commit comments

Comments
 (0)