fix: add type declarations for test mocks

This commit is contained in:
Roo Code 2025-08-29 05:59:16 +00:00
parent ffcb45e559
commit 8f73e14a69

View file

@ -0,0 +1,5 @@
// Mock type declarations for @google/generative-ai in tests
declare module "@google/generative-ai" {
export const GoogleGenerativeAI: any
export const _mockGenerateContent: any
}