From 00ecfdeb0663e4de10db473673b38cd58bd2c9a4 Mon Sep 17 00:00:00 2001 From: Abhi <43648792+abhipatel12@users.noreply.github.com> Date: Sun, 14 Sep 2025 21:15:19 -0400 Subject: [PATCH] chore(tests): Remove stale snapshot for deleted App.tsx (#8446) --- .../src/ui/__snapshots__/App.test.tsx.snap | 31 ------------------- 1 file changed, 31 deletions(-) delete mode 100644 packages/cli/src/ui/__snapshots__/App.test.tsx.snap diff --git a/packages/cli/src/ui/__snapshots__/App.test.tsx.snap b/packages/cli/src/ui/__snapshots__/App.test.tsx.snap deleted file mode 100644 index 985eaa82a9..0000000000 --- a/packages/cli/src/ui/__snapshots__/App.test.tsx.snap +++ /dev/null @@ -1,31 +0,0 @@ -// 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)" -`; - -exports[`App UI > when in a narrow terminal > should render with a column layout 1`] = ` -" - - -╭────────────────────────────────────────────────────────────────────────────────────────╮ -│ > Type your message or @path/to/file │ -╰────────────────────────────────────────────────────────────────────────────────────────╯ -dir - -no sandbox (see /docs) - -model (100% context left) | ✖ 5 errors (ctrl+o for details)" -`;