Add test coverage

This commit is contained in:
Matt Rubens
2025-01-07 01:52:42 -05:00
parent 537514de44
commit 5fbfe9b775
19 changed files with 3106 additions and 493 deletions

View File

@@ -252,7 +252,8 @@ describe('Cline', () => {
// Setup mock API configuration
mockApiConfig = {
apiProvider: 'anthropic',
apiModelId: 'claude-3-5-sonnet-20241022'
apiModelId: 'claude-3-5-sonnet-20241022',
apiKey: 'test-api-key' // Add API key to mock config
};
// Mock provider methods