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

@@ -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;