mirror of
https://git.mirrors.martin98.com/https://github.com/mendableai/firecrawl
synced 2025-08-18 00:55:56 +08:00
Update index.test.ts
This commit is contained in:
parent
ece95e97f4
commit
1abb544e3e
@ -111,9 +111,11 @@ describe("E2E Tests for Extract API Routes", () => {
|
|||||||
|
|
||||||
let gotItRight = 0;
|
let gotItRight = 0;
|
||||||
for (const hiring of response.body.data?.items) {
|
for (const hiring of response.body.data?.items) {
|
||||||
if (hiring.includes("Developer Support Engineer")) gotItRight++;
|
if (hiring.includes("Firecrawl Example Creator")) gotItRight++;
|
||||||
if (hiring.includes("Dev Ops Engineer")) gotItRight++;
|
if (hiring.includes("Senior Frontend Engineer")) gotItRight++;
|
||||||
|
if (hiring.includes("Technical Chief of Staff")) gotItRight++;
|
||||||
if (hiring.includes("Founding Web Automation Engineer")) gotItRight++;
|
if (hiring.includes("Founding Web Automation Engineer")) gotItRight++;
|
||||||
|
if (hiring.includes("Founding Fullstack Engineer")) gotItRight++;
|
||||||
}
|
}
|
||||||
|
|
||||||
expect(gotItRight).toBeGreaterThan(2);
|
expect(gotItRight).toBeGreaterThan(2);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user