From 16b77081004dbd333073c9663a2546de4668d32f Mon Sep 17 00:00:00 2001 From: Huanqi Cao Date: Mon, 3 Aug 2026 21:54:50 +0800 Subject: [PATCH] chore(knip): declare directory-picker-native's e2e entry The package-wide default only knows spec files; the new built-worker e2e guard needs the workflow-workerthread-style entry declaration. --- knip.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/knip.json b/knip.json index fd941b03ca..46fbff979e 100644 --- a/knip.json +++ b/knip.json @@ -76,6 +76,16 @@ "tests/**/*.ts" ] }, + "packages/host/directory-picker-native": { + "entry": [ + "tests/**/*.spec.{ts,tsx}", + "tests/**/*.e2e.ts" + ], + "project": [ + "src/**/*.{ts,tsx}", + "tests/**/*.{ts,tsx}" + ] + }, "packages/client/web-ui": { "entry": [ "tests/**/*.spec.{ts,tsx}"