mirror of
https://github.com/QwenLM/qwen-code.git
synced 2025-12-19 09:33:53 +00:00
Move mockTool into test-utils (#7245)
This commit is contained in:
@@ -25,13 +25,10 @@ import type {
|
||||
AnyDeclarativeTool,
|
||||
AnyToolInvocation,
|
||||
} from '@google/gemini-cli-core';
|
||||
import {
|
||||
ToolConfirmationOutcome,
|
||||
ApprovalMode,
|
||||
MockTool,
|
||||
} from '@google/gemini-cli-core';
|
||||
import { ToolConfirmationOutcome, ApprovalMode } from '@google/gemini-cli-core';
|
||||
import type { HistoryItemWithoutId, HistoryItemToolGroup } from '../types.js';
|
||||
import { ToolCallStatus } from '../types.js';
|
||||
import { MockTool } from '@google/gemini-cli-test-utils';
|
||||
|
||||
// Mocks
|
||||
vi.mock('@google/gemini-cli-core', async () => {
|
||||
|
||||
Reference in New Issue
Block a user