We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e4eff12 commit b1eb4d6Copy full SHA for b1eb4d6
lib/config-util.js
@@ -234,7 +234,7 @@ Config.buildYargs = function (cwd) {
234
.example('$0 npm test', 'instrument your tests with coverage')
235
.example('$0 --require babel-core/register npm test', 'instrument your tests with coverage and babel')
236
.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')
+ .epilog('visit https://git.io/vHysA for list of available reporters')
238
.boolean('help')
239
.boolean('h')
240
.boolean('version')
0 commit comments