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.
This commit is contained in:
Huanqi Cao
2026-08-05 00:31:43 +08:00
parent e182f03230
commit 16b7708100
+10
View File
@@ -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}"