mirror of
https://git.mirrors.martin98.com/https://github.com/mendableai/firecrawl
synced 2025-08-14 08:06:05 +08:00
debug
This commit is contained in:
parent
dba5c28059
commit
5747af9557
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user