mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-09-07 08:26:51 +00:00
fix: add type declarations for test mocks
This commit is contained in:
parent
ffcb45e559
commit
8f73e14a69
1 changed files with 5 additions and 0 deletions
5
src/services/mermaid/__tests__/google-generative-ai.d.ts
vendored
Normal file
5
src/services/mermaid/__tests__/google-generative-ai.d.ts
vendored
Normal 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
|
||||
}
|
||||
Loading…
Add table
Reference in a new issue