fix(core): add getTelemetryLogPromptsEnabled to mock config

This commit is contained in:
Spencer
2026-03-23 18:48:25 +00:00
parent dc8e86f169
commit e5d7f0efd2
@@ -38,6 +38,7 @@ function createMockConfig(overrides: Partial<Config> = {}): Config {
const baseConfig = {
getSessionId: () => 'test-session-id',
getUsageStatisticsEnabled: () => true,
getTelemetryLogPromptsEnabled: () => false,
getDebugMode: () => false,
isInteractive: () => true,
getApprovalMode: () => ApprovalMode.DEFAULT,