chore: fix test

This commit is contained in:
Ralph Khreish
2025-08-28 18:00:10 +02:00
parent a9c548e8ae
commit 7112a1d10b
3 changed files with 1504 additions and 415 deletions

View File

@@ -301,7 +301,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)
})
);