1
0
mirror of https://git.cloudron.io/cloudron/syncthing-app synced 2025-09-27 23:37:25 +00:00

Fix tests

This commit is contained in:
Girish Ramakrishnan
2020-01-08 10:02:03 -08:00
parent 81b91edd7c
commit 38fb2ecdf7
3 changed files with 223 additions and 100 deletions

View File

@@ -9,14 +9,14 @@
"author": "",
"license": "ISC",
"dependencies": {
"chromedriver": "^78.0.1",
"ejs": "^2.7.1",
"chromedriver": "^79.0.0",
"ejs": "^3.0.1",
"expect.js": "^0.3.1",
"mkdirp": "^0.5.1",
"mocha": "^6.2.2",
"mocha": "^7.0.0",
"rimraf": "^3.0.0",
"selenium-server-standalone-jar": "^3.141.59",
"selenium-webdriver": "^3.6.0",
"superagent": "^5.1.0"
"superagent": "^5.2.1"
}
}