Skip to content

Commit

Permalink
review
Browse files Browse the repository at this point in the history
  • Loading branch information
juergba committed Aug 16, 2021
1 parent aca5596 commit c611faa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/cli/run.js
Expand Up @@ -99,7 +99,7 @@ exports.builder = yargs =>
coerce: list
},
'fail-zero': {
description: 'Fail if no test(s) encountered',
description: 'Fail test run if no test(s) encountered',
group: GROUPS.RULES
},
fgrep: {
Expand Down
2 changes: 1 addition & 1 deletion lib/runner.js
Expand Up @@ -139,7 +139,7 @@ class Runner extends EventEmitter {
* @param {boolean} [opts.cleanReferencesAfterRun] - Whether to clean references to test fns and hooks when a suite is done.
* @param {boolean} [opts.delay] - Whether to delay execution of root suite until ready.
* @param {boolean} [opts.dryRun] - Whether to report tests without running them.
* @param {boolean} [options.failZero] - Wether to fail test run if zero tests encountered.
* @param {boolean} [options.failZero] - Whether to fail test run if zero tests encountered.
*/
constructor(suite, opts) {
super();
Expand Down

0 comments on commit c611faa

Please sign in to comment.