1
0
mirror of https://git.cloudron.io/cloudron/gitea-app synced 2025-09-24 22:17:36 +00:00

Fix tests

This commit is contained in:
Girish Ramakrishnan
2020-03-08 18:59:04 -07:00
parent 2885c388e8
commit 076dd3946b
3 changed files with 404 additions and 513 deletions

View File

@@ -9,11 +9,12 @@
"author": "",
"license": "ISC",
"dependencies": {
"selenium-webdriver": "^3.6.0",
"chromedriver": "^76.0.1",
"chromedriver": "^80.0.1",
"expect.js": "^0.3.1",
"mocha": "^6.2.2",
"rimraf": "^3.0.0",
"superagent": "^5.1.0"
"mocha": "^7.1.0",
"rimraf": "^3.0.2",
"selenium-server-standalone-jar": "^3.141.59",
"selenium-webdriver": "^3.6.0",
"superagent": "^5.2.2"
}
}