mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-06-30 21:26:58 -07:00
test: fix resolution paths for acpClient, topic-policy, and update golden files
This commit is contained in:
@@ -39,7 +39,7 @@ import {
|
||||
import { loadCliConfig, type CliArgs } from '../config/config.js';
|
||||
import * as fs from 'node:fs/promises';
|
||||
import * as path from 'node:path';
|
||||
import { ApprovalMode } from '@google/gemini-cli-core/src/policy/types.js';
|
||||
import { ApprovalMode } from '@google/gemini-cli-core';
|
||||
|
||||
vi.mock('../config/config.js', () => ({
|
||||
loadCliConfig: vi.fn(),
|
||||
|
||||
Reference in New Issue
Block a user