UNPKG

jest-each

Version:

Parameterised tests for Jest

39 lines (38 loc) 875 B
{ "name": "jest-each", "version": "27.0.6", "description": "Parameterised tests for Jest", "main": "./build/index.js", "types": "./build/index.d.ts", "exports": { ".": "./build/index.js", "./package.json": "./package.json" }, "repository": { "type": "git", "url": "https://github.com/facebook/jest.git", "directory": "packages/jest-each" }, "keywords": [ "jest", "parameterised", "test", "each" ], "author": "Matt Phillips (mattphillips)", "license": "MIT", "dependencies": { "@jest/types": "^27.0.6", "chalk": "^4.0.0", "jest-get-type": "^27.0.6", "jest-util": "^27.0.6", "pretty-format": "^27.0.6" }, "engines": { "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" }, "publishConfig": { "access": "public" }, "gitHead": "d257d1c44ba62079bd4307ae78ba226d47c56ac9" }