Files
synapse-app-mas/test/package.json
Girish Ramakrishnan e41486e1b4 Update test packages
2024-03-06 09:28:26 +01: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": "^122.0.4",
"expect.js": "^0.3.1",
"mocha": "^10.3.0",
"selenium-webdriver": "^4.18.1"
}
}