mirror of
https://git.mirrors.martin98.com/https://github.com/mendableai/firecrawl
synced 2025-08-14 23:15:58 +08:00
Caleb; fixed test
This commit is contained in:
parent
c5d1e7260d
commit
5b24d26c84
@ -33,5 +33,5 @@ it('should return a list of links on the mendable.ai page', async () => {
|
||||
expect(result.linksOnPage).toBeDefined();
|
||||
expect(Array.isArray(result.linksOnPage)).toBe(true);
|
||||
expect(result.linksOnPage.length).toBeGreaterThan(0);
|
||||
expect(result.linksOnPage).toContain('https://www.mendable.ai/blog')
|
||||
expect(result.linksOnPage).toContain('https://mendable.ai/blog')
|
||||
}, 10000);
|
||||
|
Loading…
x
Reference in New Issue
Block a user