Przeglądaj źródła

test(gui): exempt QuestionComposer from the coverage gate alongside the client skeleton block

imccyu 2 miesięcy temu
rodzic
commit
286a717fdd
1 zmienionych plików z 1 dodań i 0 usunięć
  1. 1 0
      vitest.config.ts

+ 1 - 0
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/*',