Revert "Move mockTool into test-utils (#7245)" (#7277)

This commit is contained in:
Gal Zahavi
2025-08-27 20:05:47 -07:00
committed by GitHub
parent 539a49bd24
commit 529c2649b8
10 changed files with 21 additions and 15 deletions

View File

@@ -34,7 +34,6 @@
},
"devDependencies": {
"@types/express": "^5.0.3",
"@google/gemini-cli-test-utils": "file:../test-utils",
"@types/fs-extra": "^11.0.4",
"@types/supertest": "^6.0.3",
"@types/tar": "^6.1.13",

View File

@@ -33,7 +33,7 @@ import {
assertTaskCreationAndWorkingStatus,
createStreamMessageRequest,
} from './testing_utils.js';
import { MockTool } from '@google/gemini-cli-test-utils';
import { MockTool } from '@google/gemini-cli-core';
const mockToolConfirmationFn = async () =>
({}) as unknown as ToolCallConfirmationDetails;