tree: 2eb5c711d35e0de7e3c95000de2c2dd8a2257307 [path history] [tgz]
  1. .bazelrc
  2. BUILD.bazel
  3. MODULE.bazel
  4. no_git_metadata_test.sh
  5. README.md
  6. WORKSPACE
  7. WORKSPACE.bzlmod
e2e/git_dep_metadata/README.md

This e2e tests that an imported git dependency has it's .git metadata folder removed. The git dependency is fetched via npm_import rather than npm_translate_lock because pnpm will automatically convert git+ssh protocols to https in the lockfile when the repository is public, preventing us from exercising the ssh logic specifically.