test: defer coverage for the four new client plugin entry files

The exhaustive lane imports the loader-facing src/index.ts of the new
ui-slash/ui-command/ui-skill/ui-subagent packages without executing them
(0% functions); same client-lane deferral as their client/ halves.
This commit is contained in:
imccyu
2026-07-27 08:30:57 +08:00
parent ecdaf0dc24
commit 084e64744a
+4
View File
@@ -125,6 +125,10 @@ export default defineConfig({
// Slash/command/input round: per-file gaps deferred with the same
// client-lane debt. TODO(gui): cover and remove with the lane above.
'packages/client/connection/src/client/fixture.ts',
'packages/client/ui-command/src/index.ts',
'packages/client/ui-skill/src/index.ts',
'packages/client/ui-slash/src/index.ts',
'packages/client/ui-subagent/src/index.ts',
'packages/client/ui-command/src/client/popup.ts',
'packages/client/ui-command/src/client/directory.ts',
'packages/client/ui-command/src/client/service.ts',