We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The doc says
snapshots: If True, a {name}_update_snapshots binary target is generated
However, from the source code, {name}_update_snapshots will be generated even if snapshots is False https://github.com/aspect-build/rules_jest/blob/v0.19.6/jest/defs.bzl#L243-L263
{name}_update_snapshots
snapshots
Development (host) and target OS/architectures:
Output of bazel --version: 6.4.0 Irrelevant to the issue though.
bazel --version
Version of the Aspect rules, or other relevant rules from your WORKSPACE or MODULE.bazel file: 0.19.6
WORKSPACE
MODULE.bazel
Language(s) and/or frameworks involved:
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
What happened?
The doc says
However, from the source code,
{name}_update_snapshots
will be generated even ifsnapshots
is Falsehttps://github.com/aspect-build/rules_jest/blob/v0.19.6/jest/defs.bzl#L243-L263
Version
Development (host) and target OS/architectures:
Output of
bazel --version
: 6.4.0 Irrelevant to the issue though.Version of the Aspect rules, or other relevant rules from your
WORKSPACE
orMODULE.bazel
file: 0.19.6Language(s) and/or frameworks involved:
How to reproduce
No response
Any other information?
No response
The text was updated successfully, but these errors were encountered: