Add Folder Trust Support To Hooks (#15325)

This commit is contained in:
Sehoon Shon
2025-12-22 11:46:38 -05:00
committed by GitHub
parent d6a2f1d670
commit dced409ac4
10 changed files with 188 additions and 23 deletions

View File

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