mirror of
https://github.com/mendableai/firecrawl.git
synced 2024-11-16 19:58:08 +08:00
Update index.test.ts
This commit is contained in:
parent
200ce8e2ce
commit
37ae9a9043
|
@ -117,7 +117,6 @@ describe("E2E Tests for v1 API Routes", () => {
|
|||
if (!("data" in response.body)) {
|
||||
throw new Error("Expected response body to have 'data' property");
|
||||
}
|
||||
expect(response.body.data).toHaveProperty("content");
|
||||
expect(response.body.data).toHaveProperty("markdown");
|
||||
expect(response.body.data).toHaveProperty("html");
|
||||
expect(response.body.data).toHaveProperty("metadata");
|
||||
|
|
Loading…
Reference in New Issue
Block a user