test: satisfy optional tools schema typing

This commit is contained in:
Altay
2026-03-13 14:08:51 +03:00
parent d75460b596
commit e37f965b8e

View File

@@ -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",