add rental scraper test script

This commit is contained in:
Bilal Catic
2019-11-11 03:34:15 +01:00
parent b6024af2cb
commit cb9bb9e566
2 changed files with 19 additions and 1 deletions

View File

@@ -14,7 +14,8 @@
"crawl": "cd app/crawler && node npmCrawl.js",
"daily-notify": "cd app/npmScripts && node npmDailyNotify.js",
"test-search": "cd test && node searchTest.js",
"test-olx-scraper": "cd test && node olxScrapeTest.js"
"test-olx-scraper": "cd test && node olxScrapeTest.js",
"test-rental-scraper": "cd test && node rentalScrapeTest.js"
},
"repository": {
"type": "git",