mirror of
https://git.cloudron.io/cloudron/mastodon-app.git
synced 2024-11-29 03:31:00 +00:00
Fixup tests
This commit is contained in:
parent
0853afd30d
commit
941302dcca
2 changed files with 408 additions and 618 deletions
1014
test/package-lock.json
generated
1014
test/package-lock.json
generated
File diff suppressed because it is too large
Load diff
|
@ -9,16 +9,16 @@
|
||||||
"author": "",
|
"author": "",
|
||||||
"license": "ISC",
|
"license": "ISC",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"ejs": "^3.0.1",
|
"ejs": "^3.1.2",
|
||||||
"expect.js": "^0.3.1",
|
"expect.js": "^0.3.1",
|
||||||
"mkdirp": "^0.5.1",
|
"mkdirp": "^1.0.4",
|
||||||
"mocha": "^7.0.0",
|
"mocha": "^7.1.2",
|
||||||
"rimraf": "^3.0.0",
|
"rimraf": "^3.0.2",
|
||||||
"selenium-server-standalone-jar": "^3.141.59",
|
"selenium-server-standalone-jar": "^3.141.59",
|
||||||
"selenium-webdriver": "^3.6.0",
|
"selenium-webdriver": "^3.6.0",
|
||||||
"superagent": "^5.2.1"
|
"superagent": "^5.2.2"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"chromedriver": "^79.0.0"
|
"chromedriver": "^81.0.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue