jest-each
Version:
Parameterised tests for Jest
35 lines (34 loc) • 743 B
JSON
{
"name": "jest-each",
"version": "24.3.1",
"description": "Parameterised tests for Jest",
"main": "build/index.js",
"types": "build/index.d.ts",
"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": "^24.3.0",
"chalk": "^2.0.1",
"jest-get-type": "^24.3.0",
"jest-util": "^24.3.0",
"pretty-format": "^24.3.1"
},
"engines": {
"node": ">= 6"
},
"publishConfig": {
"access": "public"
},
"gitHead": "65c6e9d5e398711c011078bb72648c77fc8a8cb3"
}