mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-04-26 13:04:49 -07:00
chore: update tests with removed exclude from cli tsconfig (#11540)
This commit is contained in:
@@ -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" }]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user