Skip to content

Commit b1130dc

Browse files
committed
Add debug for cmd-scan-reach test
1 parent 12352ae commit b1130dc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/commands/scan/cmd-scan-reach.test.mts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ describe('socket scan reach', async () => {
1212
'should support --help',
1313
async cmd => {
1414
const { code, stderr, stdout } = await invokeNpm(binCliPath, cmd)
15+
console.log({ code, stderr, stdout })
1516
expect(stdout).toMatchInlineSnapshot(
1617
`
1718
"Compute tier 1 reachability

0 commit comments

Comments
 (0)