mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-03-18 10:01:29 -07:00
Move mockTool into test-utils (#7245)
This commit is contained in:
@@ -33,7 +33,7 @@ import {
|
||||
assertTaskCreationAndWorkingStatus,
|
||||
createStreamMessageRequest,
|
||||
} from './testing_utils.js';
|
||||
import { MockTool } from '@google/gemini-cli-core';
|
||||
import { MockTool } from '@google/gemini-cli-test-utils';
|
||||
|
||||
const mockToolConfirmationFn = async () =>
|
||||
({}) as unknown as ToolCallConfirmationDetails;
|
||||
|
||||
Reference in New Issue
Block a user