Skip to content

Commit c258280

Browse files
committed
bump
1 parent 6631c68 commit c258280

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/commands/scan/cmd-scan-create.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,14 +85,14 @@ describe('socket scan create', async () => {
8585
'should require args with just dry-run',
8686
async cmd => {
8787
const { code, stderr, stdout } = await invokeNpm(entryPath, cmd)
88+
expect(stdout).toMatchInlineSnapshot(`"[DryRun]: Bailing now"`)
8889
expect(`\n ${stderr}`).toMatchInlineSnapshot(`
8990
"
9091
_____ _ _ /---------------
9192
| __|___ ___| |_ ___| |_ | Socket.dev CLI ver <redacted>
9293
|__ | . | _| '_| -_| _| | Node: <redacted>, API token set: <redacted>
9394
|_____|___|___|_,_|___|_|.dev | Command: \`socket scan create\`, cwd: <redacted>"
9495
`)
95-
expect(stdout).toMatchInlineSnapshot(`"[DryRun]: Bailing now"`)
9696

9797
expect(code, 'dry-run should exit with code 0 if input ok').toBe(0)
9898
}

0 commit comments

Comments
 (0)