summaryrefslogtreecommitdiff
path: root/packages/cli/src/ui/__snapshots__
diff options
context:
space:
mode:
authorJacob Richman <[email protected]>2025-07-25 17:36:19 -0700
committerGitHub <[email protected]>2025-07-26 00:36:19 +0000
commitb089845f1c34e5475bcae9cc8eb42fba8be9adc4 (patch)
tree04c74632fefb91f954a8aded97427d2d1ff5500b /packages/cli/src/ui/__snapshots__
parent21fef1620d78f07af01a75b8bbbeeb15798e73ef (diff)
fix(ui): remove extraneous whitespace from startup screen (#3990)
Diffstat (limited to 'packages/cli/src/ui/__snapshots__')
-rw-r--r--packages/cli/src/ui/__snapshots__/App.test.tsx.snap18
1 files changed, 18 insertions, 0 deletions
diff --git a/packages/cli/src/ui/__snapshots__/App.test.tsx.snap b/packages/cli/src/ui/__snapshots__/App.test.tsx.snap
new file mode 100644
index 00000000..891a16af
--- /dev/null
+++ b/packages/cli/src/ui/__snapshots__/App.test.tsx.snap
@@ -0,0 +1,18 @@
+// Vitest Snapshot v1, https://vitest.dev/guide/snapshot.html
+
+exports[`App UI > should render correctly with the prompt input box 1`] = `
+"
+
+╭────────────────────────────────────────────────────────────────────────────────────────╮
+│ > Type your message or @path/to/file │
+╰────────────────────────────────────────────────────────────────────────────────────────╯
+/test/dir no sandbox (see /docs) model (100% context left)"
+`;
+
+exports[`App UI > should render the initial UI correctly 1`] = `
+"
+ I'm Feeling Lucky (esc to cancel, 0s)
+
+
+/test/dir no sandbox (see /docs) model (100% context left)"
+`;