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 a8433f3636
commit 2b206e9c56
10 changed files with 21 additions and 15 deletions
+1 -1
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;