Jest runner to enable usage of jest-runner-groups with Nx
npm install jest-runner-groups-nxnpm install jest-runner-groups-nx --save-dev
runner field in your Jest config to be groups-nx, i.e.
jest.config.json
json
{
"runner": "groups-nx"
}
``