chore: fix broken tests

This commit is contained in:
Ralph Khreish
2025-08-28 17:39:30 +02:00
parent e3f03e4ac8
commit a9c548e8ae
5 changed files with 10 additions and 5 deletions

View File

@@ -187,7 +187,8 @@ jest.unstable_mockModule(
// Additional functions
getAllProviders: jest.fn(() => ['anthropic', 'openai', 'perplexity']),
getVertexProjectId: jest.fn(() => undefined),
getVertexLocation: jest.fn(() => undefined)
getVertexLocation: jest.fn(() => undefined),
isClaudeCode: jest.fn(() => false)
})
);