diff options
| author | Jacob Richman <[email protected]> | 2025-07-25 17:36:19 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-07-26 00:36:19 +0000 |
| commit | b089845f1c34e5475bcae9cc8eb42fba8be9adc4 (patch) | |
| tree | 04c74632fefb91f954a8aded97427d2d1ff5500b /packages/cli/src/ui/__snapshots__ | |
| parent | 21fef1620d78f07af01a75b8bbbeeb15798e73ef (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.snap | 18 |
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)" +`; |
