Move mockTool into test-utils (#7245)

This commit is contained in:
Adam Weidman
2025-08-27 20:18:15 +00:00
committed by GitHub
parent 19f2a07efa
commit da7901acaf
10 changed files with 15 additions and 21 deletions

View File

@@ -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 () => {