We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0c1a77 commit b040db4Copy full SHA for b040db4
tests/command.unknownOption.test.js
@@ -27,7 +27,7 @@ describe('unknownOption', () => {
27
28
let caughtErr;
29
try {
30
- program.parse(['node', 'info', '--NONSENSE']);
+ program.parse(['node', 'test', 'info', '--NONSENSE']);
31
} catch (err) {
32
caughtErr = err;
33
}
0 commit comments