This commit is contained in:
Nicolas
2024-08-29 20:08:06 -03:00
parent 63264644e1
commit 49e1cb7ca0
9 changed files with 73 additions and 32 deletions
@@ -31,7 +31,6 @@ it('should return a list of links on the firecrawl.ai page', async () => {
// Check if the result contains a list of links
expect(result.linksOnPage).toBeDefined();
console.log({result});
expect(Array.isArray(result.linksOnPage)).toBe(true);
expect(result.linksOnPage.length).toBeGreaterThan(0);
expect(result.linksOnPage).toContain('https://flutterbricks.com/features')