Skip to content

Commit b1eb4d6

Browse files
tomkelJaKXz
authored andcommitted
fix: update help link to list of reporters (#601)
1 parent e4eff12 commit b1eb4d6

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
@@ -234,7 +234,7 @@ Config.buildYargs = function (cwd) {
234234
.example('$0 npm test', 'instrument your tests with coverage')
235235
.example('$0 --require babel-core/register npm test', 'instrument your tests with coverage and babel')
236236
.example('$0 report --reporter=text-lcov', 'output lcov report after running your tests')
237-
.epilog('visit https://git.io/voHar for list of available reporters')
237+
.epilog('visit https://git.io/vHysA for list of available reporters')
238238
.boolean('help')
239239
.boolean('h')
240240
.boolean('version')

0 commit comments

Comments
 (0)