mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 07:50:43 +00:00
test(crestodian): complete tui overview mock
This commit is contained in:
@@ -23,6 +23,7 @@ vi.mock("./probes.js", () => ({
|
||||
|
||||
vi.mock("./overview.js", () => ({
|
||||
formatCrestodianOverview: () => "Default model: openai/gpt-5.5",
|
||||
formatCrestodianStartupMessage: () => "Default model: openai/gpt-5.5",
|
||||
loadCrestodianOverview: vi.fn(async () => ({
|
||||
defaultAgentId: "main",
|
||||
defaultModel: "openai/gpt-5.5",
|
||||
|
||||
Reference in New Issue
Block a user