Merge pull request #295 from RooVetGit/add_coverage

Add test coverage
This commit is contained in:
Matt Rubens
2025-01-09 12:34:05 -05:00
committed by GitHub
19 changed files with 3106 additions and 493 deletions

View File

@@ -253,7 +253,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