mirror of
https://github.com/openclaw/openclaw.git
synced 2026-04-19 11:18:37 +00:00
test: satisfy optional tools schema typing
This commit is contained in:
@@ -218,8 +218,8 @@ describe("config schema", () => {
|
|||||||
},
|
},
|
||||||
});
|
});
|
||||||
|
|
||||||
expect(parsed.web?.fetch?.readability).toBe(true);
|
expect(parsed?.web?.fetch?.readability).toBe(true);
|
||||||
expect(parsed.web?.fetch).toMatchObject({
|
expect(parsed?.web?.fetch).toMatchObject({
|
||||||
firecrawl: {
|
firecrawl: {
|
||||||
enabled: true,
|
enabled: true,
|
||||||
apiKey: "firecrawl-test-key",
|
apiKey: "firecrawl-test-key",
|
||||||
|
|||||||
Reference in New Issue
Block a user