mastodon-app/test/package.json
Johannes Zellner 54b84e623e Fix tests
2021-05-17 20:12:12 +02:00

20 lines
367 B
JSON

{
"name": "test",
"version": "1.0.0",
"description": "",
"main": "test.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"devDependencies": {
"expect.js": "^0.3.1",
"mocha": "^8.4.0",
"selenium-webdriver": "^3.6.0"
},
"dependencies": {
"chromedriver": "^90.0.0"
}
}