Skip to content

Commit b040db4

Browse files
authored
Missing subcommand in action for test (#1462)
1 parent a0c1a77 commit b040db4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/command.unknownOption.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ describe('unknownOption', () => {
2727

2828
let caughtErr;
2929
try {
30-
program.parse(['node', 'info', '--NONSENSE']);
30+
program.parse(['node', 'test', 'info', '--NONSENSE']);
3131
} catch (err) {
3232
caughtErr = err;
3333
}

0 commit comments

Comments
 (0)