mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-04-17 08:41:19 -07:00
Add Folder Trust Support To Hooks (#15325)
This commit is contained in:
@@ -7,8 +7,7 @@
|
||||
import { describe, it, expect, vi, beforeEach } from 'vitest';
|
||||
import { HookPlanner } from './hookPlanner.js';
|
||||
import type { HookRegistry, HookRegistryEntry } from './hookRegistry.js';
|
||||
import { HookEventName, HookType } from './types.js';
|
||||
import { ConfigSource } from './hookRegistry.js';
|
||||
import { ConfigSource, HookEventName, HookType } from './types.js';
|
||||
|
||||
// Mock debugLogger using vi.hoisted
|
||||
const mockDebugLogger = vi.hoisted(() => ({
|
||||
|
||||
Reference in New Issue
Block a user