From 38e583f66c89cb344f0bef980d811097c94fb810 Mon Sep 17 00:00:00 2001 From: Nicolas Date: Mon, 3 Jun 2024 16:44:23 -0700 Subject: [PATCH] Update socialBlockList.test.ts --- .../scraper/WebScraper/utils/__tests__/socialBlockList.test.ts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/apps/api/src/scraper/WebScraper/utils/__tests__/socialBlockList.test.ts b/apps/api/src/scraper/WebScraper/utils/__tests__/socialBlockList.test.ts index 7cadf4e3..4449285d 100644 --- a/apps/api/src/scraper/WebScraper/utils/__tests__/socialBlockList.test.ts +++ b/apps/api/src/scraper/WebScraper/utils/__tests__/socialBlockList.test.ts @@ -40,6 +40,7 @@ describe('isUrlBlocked', () => { 'https://whatsapp.com/press', 'https://wechat.com/careers', 'https://telegram.org/conditions', + 'https://wix.com/careers', ]; allowedUrls.forEach(url => { @@ -54,6 +55,8 @@ describe('isUrlBlocked', () => { 'https://subdomain.example.com', 'firecrawl.dev', 'amazon.com', + 'wix.com', + 'https://wix.com' ]; nonBlockedUrls.forEach(url => {