mocha-only-detector
Version:
Detect forgotten `describe.only` and `it.only` in mocha tests.
37 lines (36 loc) • 792 B
JSON
{
"name": "mocha-only-detector",
"version": "1.0.2",
"description": "Detect forgotten `describe.only` and `it.only` in mocha tests.",
"main": "index.js",
"repository": "https://github.com/pose/mocha-only-detector",
"directories": {
"test": "test"
},
"dependencies": {
"esprima": "^4.0.1",
"esprimaq": "^0.0.1",
"glob": "^7.1.2"
},
"devDependencies": {
"mocha": "^10.2.0"
},
"scripts": {
"test": "mocha"
},
"keywords": [
"mocha",
"only",
"it.only",
"describe.only",
"checker",
"detector",
"assert"
],
"author": "Alberto Pose <albertopose@gmail.com>",
"license": "MIT",
"bin": {
"mocha-only-detector": "./bin/mocha-only-detector",
"mocha-only-detector-glob": "./bin/mocha-only-detector-glob"
}
}