mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-08-28 05:27:24 +00:00
Fix tests
This commit is contained in:
parent
b7fcc39ea0
commit
05b270058c
1 changed files with 6 additions and 0 deletions
|
|
@ -2703,6 +2703,8 @@ describe("ClineProvider - Router Models", () => {
|
|||
ollama: {},
|
||||
lmstudio: {},
|
||||
"vercel-ai-gateway": mockModels,
|
||||
huggingface: {},
|
||||
"io-intelligence": {},
|
||||
},
|
||||
})
|
||||
})
|
||||
|
|
@ -2752,6 +2754,8 @@ describe("ClineProvider - Router Models", () => {
|
|||
lmstudio: {},
|
||||
litellm: {},
|
||||
"vercel-ai-gateway": mockModels,
|
||||
huggingface: {},
|
||||
"io-intelligence": {},
|
||||
},
|
||||
})
|
||||
|
||||
|
|
@ -2864,6 +2868,8 @@ describe("ClineProvider - Router Models", () => {
|
|||
ollama: {},
|
||||
lmstudio: {},
|
||||
"vercel-ai-gateway": mockModels,
|
||||
huggingface: {},
|
||||
"io-intelligence": {},
|
||||
},
|
||||
})
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue