Caleb: made changes per Rafaels requests

This commit is contained in:
Caleb Peffer
2024-07-17 11:29:05 -07:00
parent da3c6bca37
commit c5d1e7260d
3 changed files with 36 additions and 30 deletions
@@ -33,4 +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')
}, 10000);