mirror of
https://git.mirrors.martin98.com/https://github.com/mendableai/firecrawl
synced 2025-08-12 06:39:02 +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…
x
Reference in New Issue
Block a user