jest-runner-groups-nx
Version:
Jest runner to enable usage of jest-runner-groups with Nx
33 lines (32 loc) • 753 B
JSON
{
"name": "jest-runner-groups-nx",
"version": "2.0.1",
"description": "Jest runner to enable usage of jest-runner-groups with Nx",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/Ezard/jest-runner-groups-nx.git"
},
"keywords": [
"jest",
"runner",
"groups",
"jest-runner-groups",
"nrwl",
"nx"
],
"author": "Ben Ezard",
"license": "MIT",
"bugs": {
"url": "https://github.com/Ezard/jest-runner-groups-nx/issues"
},
"homepage": "https://github.com/Ezard/jest-runner-groups-nx#readme",
"peerDependencies": {
"@nrwl/jest": "^15",
"jest-runner-groups": "^2"
},
"devDependencies": {
"@nrwl/jest": "15.3.3",
"jest-runner-groups": "2.2.0"
}
}