1
0
mirror of https://git.cloudron.io/cloudron/minio-app synced 2025-09-28 07:57:25 +00:00

Fixup tests

This commit is contained in:
Girish Ramakrishnan
2019-12-20 12:02:49 -08:00
parent 75e7154353
commit 6dd64a829c
3 changed files with 227 additions and 360 deletions

View File

@@ -9,14 +9,14 @@
"author": "",
"license": "ISC",
"dependencies": {
"chromedriver": "^76.0.0",
"ejs": "^2.6.2",
"chromedriver": "^79.0.0",
"ejs": "^3.0.1",
"expect.js": "^0.3.1",
"mkdirp": "^0.5.1",
"mocha": "^6.2.0",
"rimraf": "^2.6.3",
"selenium-server-standalone-jar": "^3.141.5",
"mocha": "^6.2.2",
"rimraf": "^3.0.0",
"selenium-server-standalone-jar": "^3.141.59",
"selenium-webdriver": "^3.6.0",
"superagent": "^5.1.0"
"superagent": "^5.1.3"
}
}