summaryrefslogtreecommitdiff
path: root/packages/cli/src/ui/__snapshots__
diff options
context:
space:
mode:
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)"
+`;