mocha-list-tests
Version:
List mocha suites and tests without running anything
24 lines (23 loc) • 445 B
JSON
{
"name": "mocha-list-tests",
"version": "1.1.0",
"description": "List mocha suites and tests without running anything",
"main": "mocha-list-tests.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"mocha",
"expect",
"chai",
"should",
"unit",
"integration",
"tests"
],
"author": "Pau Sanchez",
"license": "MIT",
"engines" : {
"node" : ">=7.6"
}
}