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
A case where in a customer repo the bazel snapshot resolver is not being used at all.
Throwing an error from bazel_snapshot_resolver.cjs does not fail the build because it is never loaded.
bazel_snapshot_resolver.cjs
While the tests seem to pass, writing snapshot files silently fails because the bazel_snapshot_resolver.cjs is not being invoked at all.
bazel_dep(name = "aspect_rules_jest", version = "0.22.0-rc0")
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
What happened?
A case where in a customer repo the bazel snapshot resolver is not being used at all.
Throwing an error from
bazel_snapshot_resolver.cjs
does not fail the build because it is never loaded.While the tests seem to pass, writing snapshot files silently fails because the
bazel_snapshot_resolver.cjs
is not being invoked at all.Version
How to reproduce
No response
Any other information?
No response
The text was updated successfully, but these errors were encountered: