mirror of
https://git.mirrors.martin98.com/https://github.com/mendableai/firecrawl
synced 2025-08-16 15:45:59 +08:00
debug
This commit is contained in:
parent
dba5c28059
commit
5747af9557
@ -70,6 +70,8 @@ describe("Scrape tests", () => {
|
|||||||
formats: ["rawHtml"],
|
formats: ["rawHtml"],
|
||||||
});
|
});
|
||||||
|
|
||||||
|
console.log(response.rawHtml, response.metadata.contentType);
|
||||||
|
|
||||||
const obj = JSON.parse(response.rawHtml!);
|
const obj = JSON.parse(response.rawHtml!);
|
||||||
expect(obj.id).toBe(1);
|
expect(obj.id).toBe(1);
|
||||||
}, 30000);
|
}, 30000);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user