andy-stack_vaultkeeper-ai/__tests__/Services
Andrew Beal a4daa3a9df refactor: update tests for AIFunctionService and path alias changes
- Remove AIFunctionDefinitions mock from AI class tests
- Update IPrompt import path to AIPrompts directory
- Remove deprecated streamRequest boolean parameter
- Fix error handling assertions in AIFunctionService tests
- Remove ChatService sanitization and assistant message tests
- Add path aliases to tsconfig and vitest config
2025-12-30 21:58:54 +00:00
..
AbortService.test.ts feat: implement centralized abort controller with enhanced cancellation UX 2025-12-04 23:04:20 +00:00
AIControllerService.test.ts refactor: update tests for AIFunctionService and path alias changes 2025-12-30 21:58:54 +00:00
AIFunctionService.test.ts refactor: update tests for AIFunctionService and path alias changes 2025-12-30 21:58:54 +00:00
ChatService.test.ts refactor: update tests for AIFunctionService and path alias changes 2025-12-30 21:58:54 +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: extract MIME type mappings and improve attachment handling 2025-12-23 12:04:29 +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.pdf.test.ts Add page number tracking to search snippets 2025-12-20 14:48:42 +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 Add page number tracking to search snippets 2025-12-20 14:48:42 +00:00