mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-05-15 14:23:02 -07:00
fix(core): add getTelemetryLogPromptsEnabled to mock config
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user