mirror of
https://github.com/openclaw/openclaw.git
synced 2026-03-30 09:50:39 +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).toMatchObject({
|
||||
expect(parsed?.web?.fetch?.readability).toBe(true);
|
||||
expect(parsed?.web?.fetch).toMatchObject({
|
||||
firecrawl: {
|
||||
enabled: true,
|
||||
apiKey: "firecrawl-test-key",
|
||||
|
||||
Reference in New Issue
Block a user