Documentation issue
Is there a specific documentation page you are reporting?
https://nx.dev/packages/jest#adding-jest-to-an-existing-project
Additional context or description
Near the end of the Adding Jest to an Existing Project section, there's a hint telling the reader to use the --dry-run flag to see what will be generated.

When I run the command with this flag, however, I get the following error:
This generator does not support --dry-run. If you are running this in Nx Console, it should execute fine once you hit the "Run" button.
Documentation issue
Is there a specific documentation page you are reporting?
https://nx.dev/packages/jest#adding-jest-to-an-existing-project
Additional context or description
Near the end of the Adding Jest to an Existing Project section, there's a hint telling the reader to use the
--dry-runflag to see what will be generated.When I run the command with this flag, however, I get the following error: