Move mockTool into test-utils (#7245)

This commit is contained in:
Adam Weidman
2025-08-27 20:18:15 +00:00
committed by GitHub
parent 19f2a07efa
commit da7901acaf
10 changed files with 15 additions and 21 deletions

5
package-lock.json generated
View File

@@ -14225,6 +14225,7 @@
"winston": "^3.17.0"
},
"devDependencies": {
"@google/gemini-cli-test-utils": "file:../test-utils",
"@types/express": "^5.0.3",
"@types/fs-extra": "^11.0.4",
"@types/supertest": "^6.0.3",
@@ -14788,7 +14789,9 @@
"version": "0.2.1",
"license": "Apache-2.0",
"devDependencies": {
"typescript": "^5.3.3"
"@google/gemini-cli-core": "file:../core",
"typescript": "^5.3.3",
"vitest": "^3.1.1"
},
"engines": {
"node": ">=20"