Skip to content

Commit 1e95d7e

Browse files
committed
test(cli): update teams help snapshots for members subcommand
Snapshots expected the pre-members help layout; adding members widens the command column and includes the new subcommand in the teams help output. Made-with: Cursor
1 parent 1277fd4 commit 1e95d7e

File tree

1 file changed

+24
-18
lines changed

1 file changed

+24
-18
lines changed

packages/cli/test/unit/commands/__snapshots__/help.test.ts.snap

Lines changed: 24 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -5711,16 +5711,20 @@ exports[`help command > teams help output snapshots > teams help column width 40
57115711

57125712
Commands:
57135713

5714-
add Create a new
5715-
team
5716-
invite email Invite a new
5717-
member to a
5718-
team
5719-
list Show all teams
5720-
that you're a
5721-
member of
5722-
switch [name] Switch to a
5723-
different team
5714+
add Create a new
5715+
team
5716+
invite email Invite a new
5717+
member to a
5718+
team
5719+
list Show all teams
5720+
that you're a
5721+
member of
5722+
switch [name] Switch to a
5723+
different team
5724+
members List members
5725+
for the
5726+
currently
5727+
scoped team
57245728

57255729

57265730
Global Options:
@@ -5782,10 +5786,11 @@ exports[`help command > teams help output snapshots > teams help column width 80
57825786

57835787
Commands:
57845788

5785-
add Create a new team
5786-
invite email Invite a new member to a team
5787-
list Show all teams that you're a member of
5788-
switch [name] Switch to a different team
5789+
add Create a new team
5790+
invite email Invite a new member to a team
5791+
list Show all teams that you're a member of
5792+
switch [name] Switch to a different team
5793+
members List members for the currently scoped team
57895794

57905795

57915796
Global Options:
@@ -5815,10 +5820,11 @@ exports[`help command > teams help output snapshots > teams help column width 12
58155820

58165821
Commands:
58175822

5818-
add Create a new team
5819-
invite email Invite a new member to a team
5820-
list Show all teams that you're a member of
5821-
switch [name] Switch to a different team
5823+
add Create a new team
5824+
invite email Invite a new member to a team
5825+
list Show all teams that you're a member of
5826+
switch [name] Switch to a different team
5827+
members List members for the currently scoped team
58225828

58235829

58245830
Global Options:

0 commit comments

Comments
 (0)