UNPKG

jest-test-each

Version:

run parametrised tests easily [typesafe] without text tables or arrays of arrays.

42 lines (41 loc) 1.2 kB
{ "name": "jest-test-each", "version": "0.9.1", "description": "run parametrised tests easily [typesafe] without text tables or arrays of arrays.", "main": "./dist/index.js", "types": "./dist/index.d.ts", "repository": { "type": "git", "url": "https://github.com/mmisty/jest-test-each/tree/main/package" }, "publishConfig": { "registry": "https://registry.npmjs.org/" }, "author": "Taisia Pitko (mmisty) <minydas@yandex.ru>", "license": "MIT", "scripts": { "prepublish": "pretty-quick && yarn build && yarn test && cd ../tests/example && yarn && rm -rf ./node_modules/jest-test-each/dist && cp -R ../../package/dist ./node_modules/jest-test-each/ && yarn test", "build": "rm -rf dist/ && tsc", "fmt": "pretty-quick", "test": "jest --coverage", "unpub": "npm unpublish jest-test-each@${0}" }, "keywords": [ "jest", "test", "tests", "each", "parametrised", "testing" ], "devDependencies": { "@types/jest": "^26.0.23", "jest": "^27.0.1", "jest-jasmine2": "^27.0.3", "prettier": "^2.2.1", "pretty-quick": "^3.1.0", "ts-jest": "^27.0.1", "tslib": "^2.1.0", "typescript": "^4.2.3" } }