Files
synapse-app-mas/test/package.json
Johannes Zellner a2709eebdb Update test deps
2024-10-02 17:14:42 +02:00

18 lines
344 B
JSON

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