Skip to content

Commit

Permalink
Fix tests for subcommand help with parent now included
Browse files Browse the repository at this point in the history
  • Loading branch information
shadowspawn committed Jun 26, 2019
1 parent b877cae commit 01e865c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/test.command.helpSubCommand.customFlags.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ program

// Test arguments
var expectedCommandHelpInformation = [
'Usage: child [options]',
'Usage: test child [options]',
'',
'Options:',
' --gender specific gender of child',
Expand All @@ -48,7 +48,7 @@ sinon.stub(process, 'exit');
sinon.stub(process.stdout, 'write');

var expectedFamilyCommandHelpInformation = [
'Usage: family [options]',
'Usage: test family [options]',
'',
'Options:',
' -h, --help foo foo',
Expand Down

0 comments on commit 01e865c

Please sign in to comment.