Skip to content

Commit d74196d

Browse files
committed
update snapshots
1 parent 50f614a commit d74196d

File tree

2 files changed

+8
-7
lines changed

2 files changed

+8
-7
lines changed

packages/prompts/test/__snapshots__/autocomplete.test.ts.snap

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,6 @@ exports[`autocomplete > renders bottom ellipsis when items do not fit 1`] = `
6161
│ ↑/↓ to select • Enter: confirm • Type: to search
6262
└",
6363
"<cursor.backward count=999><cursor.up count=10>",
64-
"<cursor.down count=1>",
6564
"<erase.down>",
6665
"◇ Select an option
6766
│ Line 0
@@ -136,9 +135,9 @@ exports[`autocomplete > renders top ellipsis when scrolled down and its do not f
136135
│ ↑/↓ to select • Enter: confirm • Type: to search
137136
└",
138137
"<cursor.backward count=999><cursor.up count=7>",
139-
"<cursor.down count=1>",
140138
"<erase.down>",
141-
"◇ Select an option
139+
"│
140+
◇ Select an option
142141
│ Option 2",
143142
"
144143
",

packages/prompts/test/__snapshots__/select.test.ts.snap

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -80,9 +80,10 @@ exports[`select (isCI = false) > handles mixed size re-renders 1`] = `
8080
└
8181
",
8282
"<cursor.backward count=999><cursor.up count=12>",
83-
"<cursor.down count=2>",
8483
"<erase.down>",
85-
"│ ...
84+
"│
85+
◆ Whatever
86+
│ ...
8687
│ ○ Option 0
8788
│ ○ Option 1
8889
│ ○ Option 2
@@ -405,9 +406,10 @@ exports[`select (isCI = true) > handles mixed size re-renders 1`] = `
405406
└
406407
",
407408
"<cursor.backward count=999><cursor.up count=12>",
408-
"<cursor.down count=2>",
409409
"<erase.down>",
410-
"│ ...
410+
"│
411+
◆ Whatever
412+
│ ...
411413
│ ○ Option 0
412414
│ ○ Option 1
413415
│ ○ Option 2

0 commit comments

Comments
 (0)