andy-stack_vaultkeeper-ai/__tests__/AIClasses
Andrew Beal 31f0484114 test: add subscribeToSettingsChanged mock and update settings tests
Mock the new subscribeToSettingsChanged method in all AI provider test files to prevent test failures. Update SettingsService tests to use updateSettings method instead of direct settings modification and saveSettings calls, aligning with the new reactive settings API that notifies subscribers of changes.
2026-05-04 16:31:49 +01:00
..
AIToolCall.test.ts Rename remaining references to functioncall to toolcall 2026-02-15 23:27:14 +00:00
BaseAIClass.test.ts test: add subscribeToSettingsChanged mock and update settings tests 2026-05-04 16:31:49 +01:00
BaseAIFileService.test.ts test: add getMimeType mock to Attachment test fixtures 2026-02-15 22:55:39 +00:00
Claude.test.ts test: add subscribeToSettingsChanged mock and update settings tests 2026-05-04 16:31:49 +01:00
ClaudeConversationNamingService.test.ts Add comprehensive Mistral AI provider integration with cross-provider tests 2026-02-28 14:29:26 +00:00
CrossProviderIntegration.test.ts test: add subscribeToSettingsChanged mock and update settings tests 2026-05-04 16:31:49 +01:00
Gemini.test.ts test: add subscribeToSettingsChanged mock and update settings tests 2026-05-04 16:31:49 +01:00
GeminiConversationNamingService.test.ts Add comprehensive Mistral AI provider integration with cross-provider tests 2026-02-28 14:29:26 +00:00
Mistral.test.ts test: add subscribeToSettingsChanged mock and update settings tests 2026-05-04 16:31:49 +01:00
MistralConversationNamingService.test.ts Add comprehensive Mistral AI provider integration with cross-provider tests 2026-02-28 14:29:26 +00:00
OpenAI.test.ts test: add subscribeToSettingsChanged mock and update settings tests 2026-05-04 16:31:49 +01:00
OpenAIConversationNamingService.test.ts Update OpenAI models from GPT-5.2 to GPT-5.4, add Gemini 3.1 Flash Lite, reorder Gemini models, and bump dependencies 2026-04-12 12:58:16 +01:00