mocha-it-each
Version:
Parameterized tests for Mocha
45 lines (44 loc) • 1.05 kB
JSON
{
"name": "mocha-it-each",
"version": "1.0.2",
"description": "Parameterized tests for Mocha",
"main": "build/index.js",
"types": "build/index.d.ts",
"files": [
"build/**/*"
],
"scripts": {
"build": "tsc",
"test": "mocha -r ts-node/register ./test/index.ts",
"lint": "eslint lib/*.ts*",
"prepublish": "npm run build",
"publish:dry-run": "npm publish --dry-run"
},
"keywords": [
"parameterized",
"test",
"mocha",
"tests"
],
"author": "anthonydallagnola",
"license": "MIT",
"repository": {
"type": "git",
"url": "git://github.com/anthony-dallagnola/mocha-param.git"
},
"devDependencies": {
"@types/chai": "^4.2.15",
"@types/mocha": "^8.2.1",
"@types/node": "^14.14.31",
"@typescript-eslint/eslint-plugin": "^4.15.1",
"@typescript-eslint/parser": "^4.15.1",
"chai": "^3.5.0",
"eslint-config-google": "^0.14.0",
"mocha": "^3.2.0",
"ts-node": "^9.1.1",
"typescript": "^4.1.5"
},
"dependencies": {
"eslint": "^7.20.0"
}
}