1
0
mirror of https://git.cloudron.io/cloudron/freshrss-app synced 2025-12-14 10:13:15 +00:00

Fix tests

This commit is contained in:
Girish Ramakrishnan
2020-07-16 16:02:38 -07:00
parent afb0ff35fc
commit 1c76ea9711
3 changed files with 277 additions and 188 deletions

View File

@@ -9,14 +9,14 @@
"author": "",
"license": "ISC",
"dependencies": {
"chromedriver": "^83.0.0",
"chromedriver": "^84.0.0",
"ejs": "^3.1.3",
"expect.js": "^0.3.1",
"mkdirp": "^1.0.4",
"mocha": "^7.2.0",
"mocha": "^8.0.1",
"rimraf": "^3.0.2",
"selenium-server-standalone-jar": "^3.141.59",
"selenium-webdriver": "^3.6.0",
"superagent": "^5.2.2"
"superagent": "^5.3.1"
}
}