Skip to content

Commit fa8608e

Browse files
authored
Merge pull request #2 from nimbus21/claude/fix-failing-tests-01Y6PzzuqddpA1T2EknTBYNw
fix: add stealth option to CLI test expectations
2 parents 1d9e80c + 1b3e93c commit fa8608e

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)