From 286a717fdd312293081da2dffac6bac7ac0344fb Mon Sep 17 00:00:00 2001 From: imccyu <276526105+imccyu@users.noreply.github.com> Date: Thu, 23 Jul 2026 20:00:30 +0800 Subject: [PATCH] test(gui): exempt QuestionComposer from the coverage gate alongside the client skeleton block --- vitest.config.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/vitest.config.ts b/vitest.config.ts index 1177782a8a..8073d52cc4 100644 --- a/vitest.config.ts +++ b/vitest.config.ts @@ -96,6 +96,7 @@ export default defineConfig({ // branches need a browser-grade harness the jsdom lane doesn't cover // yet. TODO(gui): cover and remove as the client test lane matures. 'packages/client/ui-trajectory/src/*', + 'packages/client/ui-question/src/client/QuestionComposer.tsx', 'packages/client/web-react/src/*', 'packages/client/runtime/src/*', 'packages/client/ui-conversation/src/*',