UNPKG

jest-each

Version:

Parameterised tests for Jest

44 lines (43 loc) 1.03 kB
{ "name": "jest-each", "version": "30.0.0-beta.3", "description": "Parameterised tests for Jest", "main": "./build/index.js", "types": "./build/index.d.ts", "exports": { ".": { "types": "./build/index.d.ts", "require": "./build/index.js", "import": "./build/index.mjs", "default": "./build/index.js" }, "./package.json": "./package.json" }, "repository": { "type": "git", "url": "https://github.com/jestjs/jest.git", "directory": "packages/jest-each" }, "keywords": [ "jest", "parameterised", "test", "each" ], "author": "Matt Phillips (mattphillips)", "license": "MIT", "dependencies": { "@jest/get-type": "30.0.0-beta.3", "@jest/types": "30.0.0-beta.3", "chalk": "^4.0.0", "jest-util": "30.0.0-beta.3", "pretty-format": "30.0.0-beta.3" }, "engines": { "node": "^18.14.0 || ^20.0.0 || >=22.0.0" }, "publishConfig": { "access": "public" }, "gitHead": "a123a3b667a178fb988662aaa1bc6308af759017" }