Skip to content

Commit 1b3e93c

Browse files
committed
fix: add stealth option to CLI test expectations
The stealth option was added to the CLI but the tests weren't updated to expect it in the parsed arguments.
1 parent 8de3fbd commit 1b3e93c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/cli.test.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ describe('cli args parsing', () => {
1919
categoryNetwork: true,
2020
'auto-connect': undefined,
2121
autoConnect: undefined,
22+
stealth: false,
2223
};
2324

2425
it('parses with default args', async () => {

0 commit comments

Comments
 (0)