mirror of
https://github.com/openclaw/openclaw.git
synced 2026-04-18 20:51:10 +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