update tests

This commit is contained in:
Girish Ramakrishnan
2020-07-01 18:05:10 -07:00
parent cc635e4fe5
commit e7db130a6d
2 changed files with 316 additions and 199 deletions

View File

@@ -9,16 +9,16 @@
"author": "",
"license": "ISC",
"devDependencies": {
"ejs": "^3.1.2",
"ejs": "^3.1.3",
"expect.js": "^0.3.1",
"mkdirp": "^1.0.4",
"mocha": "^7.1.2",
"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"
},
"dependencies": {
"chromedriver": "^81.0.0"
"chromedriver": "^83.0.0"
}
}