From 98b89aaa0089b077f7abc6fada888c1e3fd366fd Mon Sep 17 00:00:00 2001 From: Shakker Date: Mon, 10 Aug 2026 13:38:29 +0200 Subject: [PATCH] test: isolate attachment rebound mock registry (#121577) --- ui/vitest.config.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/ui/vitest.config.ts b/ui/vitest.config.ts index 381c37525d6f..181b6a7d1e84 100644 --- a/ui/vitest.config.ts +++ b/ui/vitest.config.ts @@ -99,6 +99,7 @@ const nodeDrivenBrowserLayoutTests = [ const mockRegistryUnitTests = [ ...uiIsolatedTestFiles.map((testFile) => testFile.slice("ui/".length)), "src/components/mcp-app-view.test.ts", + "src/pages/chat/chat-page-attachment-handoff.test.ts", "src/pages/chat/chat-page.test.ts", ] as const; const chromiumExecutableOverrideEnvKey = "PLAYWRIGHT_CHROMIUM_EXECUTABLE_PATH";