mirror of
https://github.com/moltbot/moltbot.git
synced 2026-04-25 15:37:32 +00:00
test(config): guard optional tools schema parse result
This commit is contained in:
@@ -271,7 +271,7 @@ describe("config schema", () => {
|
||||
},
|
||||
});
|
||||
|
||||
expect(parsed.experimental?.planTool).toBe(true);
|
||||
expect(parsed?.experimental?.planTool).toBe(true);
|
||||
});
|
||||
|
||||
it("accepts web fetch maxResponseBytes in the runtime zod schema", () => {
|
||||
|
||||
Reference in New Issue
Block a user