jest-runner-groups-nx
v2.0.1
Published
Jest runner to enable usage of jest-runner-groups with Nx
Downloads
3,994
Maintainers
Readme
jest-runner-groups-nx
Jest runner to enable usage of jest-runner-groups with Nx
Installation
npm install jest-runner-groups-nx --save-dev
Usage
Update the runner
field in your Jest config to be groups-nx
, i.e.
jest.config.json
{
"runner": "groups-nx"
}
Version Compatibility
| Nx | jest-runner-groups-nx | |-----|-----------------------| | 14 | 1 | | 15 | 2 |