Files
MaxScale/server/core/test/rest-api/package.json
Markus Mäkelä 40c4614ed1 Update mocha
Updated mocha to latest version for maxctrl and REST API test suites.
2018-09-19 20:32:39 +03:00

20 lines
501 B
JSON

{
"name": "rest-api-tests",
"version": "1.0.0",
"repository": "https://github.com/mariadb-corporation/MaxScale",
"description": "MaxScale REST API tests",
"scripts": {
"test": "mocha --exit --timeout 30000 --slow 10000"
},
"author": "",
"license": "SEE LICENSE IN ../../../../LICENSE.txt",
"dependencies": {
"ajv": "^5.5.2",
"chai": "^3.5.0",
"chai-as-promised": "^6.0.0",
"mocha": "^5.2.0",
"request": "^2.87.0",
"request-promise-native": "^1.0.5"
}
}