fix(ci): restore missing hook exports and align config-handler test fixtures

This commit is contained in:
YeonGyu-Kim
2026-02-21 02:33:58 +09:00
parent e7697567d5
commit 817292c87a
3 changed files with 4 additions and 3 deletions
+2 -2
View File
@@ -1281,7 +1281,7 @@ describe("disable_omo_env pass-through", () => {
//#given
;(agents.createBuiltinAgents as any)?.mockRestore?.()
;(shared.fetchAvailableModels as any).mockResolvedValue(
new Set(["anthropic/claude-opus-4-6", "google/gemini-3-flash"])
new Set(["quotio/claude-opus-4-6-thinking", "quotio/gemini-3-flash"])
)
const pluginConfig: OhMyOpenCodeConfig = {
@@ -1314,7 +1314,7 @@ describe("disable_omo_env pass-through", () => {
//#given
;(agents.createBuiltinAgents as any)?.mockRestore?.()
;(shared.fetchAvailableModels as any).mockResolvedValue(
new Set(["anthropic/claude-opus-4-6", "google/gemini-3-flash"])
new Set(["quotio/claude-opus-4-6-thinking", "quotio/gemini-3-flash"])
)
const pluginConfig: OhMyOpenCodeConfig = {}