andy-stack_vaultkeeper-ai/__tests__/Services
2025-12-20 09:55:15 +00:00
..
AbortService.test.ts feat: implement centralized abort controller with enhanced cancellation UX 2025-12-04 23:04:20 +00:00
AIFunctionService.test.ts Update all test instantiations to include the new isProviderSpecificContent boolean parameter. Fix VaultService test to expect Error object instead of empty string for non-existent files. Update AIFunctionService tests to include type field in read_files response objects. 2025-12-16 21:47:08 +00:00
ChatService.test.ts Update remaining unit tests. 2025-12-20 09:55:15 +00:00
ConversationFileSystemService.test.ts Update unit tests - WIP. 2025-12-19 22:03:57 +00:00
ConversationNamingService.test.ts feat: add Gemini thought signature support and OpenAI Responses API migration 2025-12-10 21:27:58 +00:00
DiffService.test.ts Refactor file patching from unified diff to direct string replace 2025-12-05 23:02:55 +00:00
FileSystemService.test.ts test: update FileSystemService error message assertion 2025-12-07 13:45:20 +00:00
HTMLService.test.ts refactor: replace direct DOM manipulation with HTMLService 2025-11-01 13:27:53 +00:00
InputService.test.ts refactor: remove unused backspace handling and element detection logic 2025-12-11 12:41:14 +00:00
SanitiserService.test.ts refactor: standardize error handling with Exception helper and improve return types 2025-11-17 19:02:15 +00:00
SettingsService.test.ts refactor: convert TypeScript namespaces to standalone functions 2025-11-10 12:59:48 +00:00
StreamingMarkdownService.test.ts refactor: standardize error handling with Exception helper and improve return types 2025-11-17 19:02:15 +00:00
StreamingService.test.ts refactor: standardize error handling and logging across codebase 2025-12-06 14:09:46 +00:00
UserInputService.test.ts test: add cleanup to prevent memory leaks in test suites 2025-10-30 12:15:35 +00:00
VaultCacheService.performance.test.ts feat: implement centralized abort controller with enhanced cancellation UX 2025-12-04 23:04:20 +00:00
VaultCacheService.test.ts feat: implement centralized abort controller with enhanced cancellation UX 2025-12-04 23:04:20 +00:00
VaultService.performance.test.ts feat: add interactive diff viewer with user approval workflow 2025-11-24 21:29:54 +00:00
VaultService.test.ts Update all test instantiations to include the new isProviderSpecificContent boolean parameter. Fix VaultService test to expect Error object instead of empty string for non-existent files. Update AIFunctionService tests to include type field in read_files response objects. 2025-12-16 21:47:08 +00:00