Files
tekelanew_acs/acs/nladmin-ui/node_modules/jest-each/package.json
2024-12-05 09:33:18 +08:00

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"
}
}