test: isolate attachment rebound mock registry (#121577)

This commit is contained in:
Shakker
2026-08-10 13:38:29 +02:00
parent 3b288b4f6e
commit 98b89aaa00
+1
View File
@@ -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";