You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

23 lines
438 B
JSON

{
"name": "jest-each",
"version": "23.6.0",
"description": "Parameterised tests for Jest",
"main": "build/index.js",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git"
},
"keywords": [
"jest",
"parameterised",
"test",
"each"
],
"author": "Matt Phillips (mattphillips)",
"license": "MIT",
"dependencies": {
"chalk": "^2.0.1",
"pretty-format": "^23.6.0"
}
}