Skip to content

Commit

Permalink
fix: update help link to list of reporters (#601)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomkel authored and JaKXz committed Jun 11, 2017
1 parent e4eff12 commit b1eb4d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/config-util.js
Expand Up @@ -234,7 +234,7 @@ Config.buildYargs = function (cwd) {
.example('$0 npm test', 'instrument your tests with coverage')
.example('$0 --require babel-core/register npm test', 'instrument your tests with coverage and babel')
.example('$0 report --reporter=text-lcov', 'output lcov report after running your tests')
.epilog('visit https://git.io/voHar for list of available reporters')
.epilog('visit https://git.io/vHysA for list of available reporters')
.boolean('help')
.boolean('h')
.boolean('version')
Expand Down

0 comments on commit b1eb4d6

Please sign in to comment.