refactor(client): replace patched JSON tree dependency
This commit is contained in:
@@ -102,10 +102,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/*',
|
||||
// Trajectory's JSON inspector depends on browser geometry, portals,
|
||||
// clipboard behavior, and its compact Markdown projection; keep both
|
||||
// with the same browser-harness debt.
|
||||
'packages/client/ui-primitives/src/JsonTree.tsx',
|
||||
// Trajectory's compact Markdown projection retains deferred branch coverage.
|
||||
'packages/client/ui-primitives/src/markdown/plain-text.ts',
|
||||
'packages/client/ui-question/src/client/QuestionComposer.tsx',
|
||||
'packages/client/web-react/src/*',
|
||||
|
||||
Reference in New Issue
Block a user