You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| `targetName` | string | `test` | Name of the inferred Jest target. |
171
-
| `ciTargetName` | string | none | Creates a CI-only target for atomized test tasks. |
172
-
| `ciGroupName` | string | none | Custom group name for atomized tasks in Nx Cloud/UI. |
173
-
| `disableJestRuntime` | boolean | `true` | When `true`, Nx skips creating the Jest runtime and computes inputs/outputs itself. Set to `false` to enable the Jest runtime. |
| `targetName` | string | `test` | Name of the inferred Jest target. |
171
+
| `ciTargetName` | string | none | Creates a CI-only target for atomized test tasks. |
172
+
| `ciGroupName` | string | none | Custom group name for atomized tasks in Nx Cloud/UI. |
173
+
| `disableJestRuntime` | boolean | `true` | When `true`, Nx skips creating the Jest runtime and computes inputs/outputs itself. Set to `false` to enable the Jest runtime. |
174
+
| `useJestResolver` | boolean | `true` when runtime is enabled | Whether to use Jest's resolver for resolving config file references as task inputs. Follows symlinks and honors custom `moduleDirectories`/`modulePaths`. Faster path-based classification is used when `false`. |
174
175
175
176
`disableJestRuntime` defaults to `true` because the plugin treats it as enabled only when `options.disableJestRuntime !== false`. This reduces computation time for inferred tasks; set it to `false` if you need Jest runtime inference.
0 commit comments