Skip to content

Commit 09608c1

Browse files
committed
update snapshot
1 parent 76456be commit 09608c1

File tree

1 file changed

+14
-20
lines changed

1 file changed

+14
-20
lines changed

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

Lines changed: 14 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -80,16 +80,13 @@ exports[`note (isCI = false) > formatter which adds colors works 1`] = `
8080
exports[`note (isCI = false) > formatter which adds length works 1`] = `
8181
[
8282
"│
83-
◇ title ────╮
84-
│ │
85-
│ * line * │
86-
│ * 0 * │
87-
│ * line * │
88-
│ * 1 * │
89-
│ * line * │
90-
│ * 2 * │
91-
│ │
92-
├────────────╯
83+
◇ title ──────╮
84+
│ │
85+
│ * line 0 * │
86+
│ * line 1 * │
87+
│ * line 2 * │
88+
│ │
89+
├──────────────╯
9390
",
9491
]
9592
`;
@@ -199,16 +196,13 @@ exports[`note (isCI = true) > formatter which adds colors works 1`] = `
199196
exports[`note (isCI = true) > formatter which adds length works 1`] = `
200197
[
201198
"│
202-
◇ title ────╮
203-
│ │
204-
│ * line * │
205-
│ * 0 * │
206-
│ * line * │
207-
│ * 1 * │
208-
│ * line * │
209-
│ * 2 * │
210-
│ │
211-
├────────────╯
199+
◇ title ──────╮
200+
│ │
201+
│ * line 0 * │
202+
│ * line 1 * │
203+
│ * line 2 * │
204+
│ │
205+
├──────────────╯
212206
",
213207
]
214208
`;

0 commit comments

Comments
 (0)