mirror of
https://git.mirrors.martin98.com/https://github.com/mendableai/firecrawl
synced 2025-08-11 23:49:02 +08:00
temp: debugging
This commit is contained in:
parent
5c4021e8cf
commit
97e6c28cf9
@ -48,6 +48,7 @@ describe("Map tests", () => {
|
||||
|
||||
expect(response.statusCode).toBe(200);
|
||||
expect(response.body.success).toBe(true);
|
||||
console.log(response.body.links.slice(0,20));
|
||||
expect(response.body.links.some(x => x.match(/^https:\/\/www\.hfea\.gov\.uk\/choose-a-clinic\/clinic-search\/results\/?\?options=\d+$/))).toBe(true);
|
||||
|
||||
response = await map({
|
||||
|
Loading…
x
Reference in New Issue
Block a user