mocha-cases
Version:
A tiny mocha test case runner. Suited for simple input to output validation tests.
42 lines (41 loc) • 971 B
JSON
{
"name": "mocha-cases",
"version": "0.3.0",
"description": "A tiny mocha test case runner. Suited for simple input to output validation tests.",
"main": "index.js",
"scripts": {
"lint": "eslint .",
"test": "mocha index.test.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/amobiz/mocha-cases.git"
},
"keywords": [
"mocha",
"test",
"cases",
"runner",
"json"
],
"author": "Amobiz <amobiz.tw+github@gmail.com> (https://github.com/amobiz)",
"contributors": [
"Ivan Sosnin <vansosnin@gmail.com> (https://github.com/vansosnin)"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/amobiz/mocha-cases/issues"
},
"homepage": "https://github.com/amobiz/mocha-cases#readme",
"peerDependencies": {
"mocha": ">=2.0.0"
},
"devDependencies": {
"eslint": "^5.14.1",
"mocha": "^6.0.0"
},
"dependencies": {
"async-done": "^1.3.1",
"chai": "^4.2.0"
}
}