Skip to content

Commit 9ad9f96

Browse files
committed
Update test snapshots
1 parent c322dee commit 9ad9f96

File tree

10 files changed

+10
-9
lines changed

10 files changed

+10
-9
lines changed

src/commands/cli.test.mts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ describe('socket root command', async () => {
5858
--help Print this help
5959
--max-old-space-size Set Node's V8 --max-old-space-size (https://nodejs.org/api/cli.html#--max-old-space-sizesize-in-mib) option
6060
--max-semi-space-size Set Node's V8 --max-semi-space-size (https://nodejs.org/api/cli.html#--max-semi-space-sizesize-in-mib) option
61+
--no-spinner Hide the console spinner
6162
--version Print the app version
6263
6364
Environment variables

src/commands/config/cmd-config.test.mts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ describe('socket config', async () => {
2727
2828
Options
2929
30-
(none)"
30+
--no-spinner Hide the console spinner"
3131
`,
3232
)
3333
expect(`\n ${stderr}`).toMatchInlineSnapshot(`

src/commands/install/cmd-install.test.mts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ describe('socket install', async () => {
2323
2424
Options
2525
26-
(none)"
26+
--no-spinner Hide the console spinner"
2727
`,
2828
)
2929
expect(`\n ${stderr}`).toMatchInlineSnapshot(`

src/commands/manifest/cmd-manifest.test.mts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ describe('socket manifest', async () => {
2929
3030
Options
3131
32-
(none)"
32+
--no-spinner Hide the console spinner"
3333
`,
3434
)
3535
expect(`\n ${stderr}`).toMatchInlineSnapshot(`

src/commands/organization/cmd-organization-policy.test.mts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ describe('socket organization list', async () => {
2525
2626
Options
2727
28-
(none)"
28+
--no-spinner Hide the console spinner"
2929
`,
3030
)
3131
expect(`\n ${stderr}`).toMatchInlineSnapshot(`

src/commands/organization/cmd-organization.test.mts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ describe('socket organization', async () => {
2727
2828
Options
2929
30-
(none)"
30+
--no-spinner Hide the console spinner"
3131
`,
3232
)
3333
expect(`\n ${stderr}`).toMatchInlineSnapshot(`

src/commands/package/cmd-package.test.mts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ describe('socket package', async () => {
2424
2525
Options
2626
27-
(none)"
27+
--no-spinner Hide the console spinner"
2828
`,
2929
)
3030
expect(`\n ${stderr}`).toMatchInlineSnapshot(`

src/commands/repository/cmd-repository.test.mts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ describe('socket repository', async () => {
2727
2828
Options
2929
30-
(none)"
30+
--no-spinner Hide the console spinner"
3131
`,
3232
)
3333
expect(`\n ${stderr}`).toMatchInlineSnapshot(`

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ describe('socket scan', async () => {
3232
3333
Options
3434
35-
(none)"
35+
--no-spinner Hide the console spinner"
3636
`,
3737
)
3838
expect(`\n ${stderr}`).toMatchInlineSnapshot(`

src/commands/uninstall/cmd-uninstall.test.mts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ describe('socket uninstall', async () => {
2323
2424
Options
2525
26-
(none)"
26+
--no-spinner Hide the console spinner"
2727
`,
2828
)
2929
expect(`\n ${stderr}`).toMatchInlineSnapshot(`

0 commit comments

Comments
 (0)