UNPKG

mocha-param

Version:
26 lines 500 B
{ "name": "mocha-param", "version": "2.0.1", "description": "Parameterized tests for Mocha", "main": "lib/index.js", "types": "lib/index.d.ts", "scripts": { "test": "mocha ./test/*.js" }, "keywords": [ "parameterized", "test", "mocha", "tests" ], "author": "mikejsdev", "license": "MIT", "repository": { "type": "git", "url": "git://github.com/mikejsdev/mocha-param.git" }, "devDependencies": { "mocha": "^3.2.0", "chai": "^3.5.0" } }