Skip to content

Commit

Permalink
Fix a (false positive) eslint report from command line that was not s…
Browse files Browse the repository at this point in the history
…howing in editor
  • Loading branch information
shadowspawn committed Sep 21, 2019
1 parent 8d7d080 commit 97b5fee
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/helpwrap.test.js
Expand Up @@ -97,8 +97,7 @@ test('when option descripton preformatted then only add small indent', () => {
const optionSpec = '-t, --time <HH:MM>';
const program = new commander.Command();
program
.option(optionSpec,
`select time
.option(optionSpec, `select time
Time can also be specified using special values:
"dawn" - From night to sunrise.
Expand Down

0 comments on commit 97b5fee

Please sign in to comment.