js-parametrize
Version:
Parametrizing of test functions in Javascript or Typescript
40 lines (39 loc) • 916 B
JSON
{
"name": "js-parametrize",
"version": "1.0.1",
"description": "Parametrizing of test functions in Javascript or Typescript",
"keywords": [
"parametrize",
"nodejs",
"javascript",
"typescript",
"jest each",
"mocha each"
],
"author": "Neil Russell <neilrussell6@gmail.com>",
"license": "MIT",
"main": "src/index.js",
"repository": {
"type": "git",
"url": "https://github.com/neilrussell6/js-parametrize.git"
},
"bugs": {
"url": "https://github.com/neilrussell6/js-parametrize/issues"
},
"homepage": "https://github.com/neilrussell6/js-parametrize#readme",
"scripts": {
"test": "mocha --spec 'src/**/*.test.js'",
"test:watch": "npm run test -- --watch"
},
"engines": {
"npm": "^6.14.11"
},
"dependencies": {
"bluebird": "^3.7.2"
},
"devDependencies": {
"chai": "^4.3.6",
"mocha": "^9.2.0",
"sinon": "^13.0.1"
}
}