chore: update tests with removed exclude from cli tsconfig (#11540)

This commit is contained in:
Adam Weidman
2025-10-21 01:40:54 +02:00
committed by GitHub
parent 70a99af1d3
commit 723b8d33c2
5 changed files with 41 additions and 43 deletions
+1 -9
View File
@@ -13,14 +13,6 @@
"src/**/*.json",
"./package.json"
],
"exclude": [
"node_modules",
"dist",
// TODO(5691): Fix type errors and remove excludes.
"src/utils/cleanup.test.ts",
"src/utils/handleAutoUpdate.test.ts",
"src/utils/startupWarnings.test.ts",
"src/ui/utils/computeStats.test.ts"
],
"exclude": ["node_modules", "dist"],
"references": [{ "path": "../core" }]
}