searxng-app/test/package.json
Girish Ramakrishnan 73e3ad3341 Make tests async
2022-01-23 10:50:53 -08:00

19 lines
391 B
JSON

{
"name": "test",
"version": "1.0.0",
"description": "",
"main": "test.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"expect.js": "^0.3.1",
"mocha": "^9.1.4",
"selenium-server-standalone-jar": "^3.141.59",
"selenium-webdriver": "^4.1.1",
"chromedriver": "^97.0.0"
}
}