This commit is contained in:
Gergő Móricz 2025-06-04 01:11:05 +02:00
parent dba5c28059
commit 5747af9557

View File

@ -70,6 +70,8 @@ describe("Scrape tests", () => {
formats: ["rawHtml"],
});
console.log(response.rawHtml, response.metadata.contentType);
const obj = JSON.parse(response.rawHtml!);
expect(obj.id).toBe(1);
}, 30000);