Skip to content

Commit

Permalink
test(npm): add test using git+ssh protocol in version
Browse files Browse the repository at this point in the history
  • Loading branch information
jbedard committed Jul 24, 2024
1 parent 6a12c36 commit 7162c88
Show file tree
Hide file tree
Showing 10 changed files with 217 additions and 160 deletions.
1 change: 1 addition & 0 deletions e2e/pnpm_lockfiles/base/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
"debug": "ngokevin/debug#9742c5f383a6f8046241920156236ade8ec30d53",
"hello": "https://gitpkg.vercel.app/EqualMa/gitpkg-hello/packages/hello",
"jsonify": "https://github.com/aspect-build/test-packages/releases/download/0.0.0/@foo-jsonify-0.0.0.tgz",
"jquery-git-ssh-e61fccb": "git+ssh://git@github.com/jquery/jquery.git#e61fccb9d736235b4b011f89cba6866bc0b8997d",
"rollup": "2.14.0",
"rollup-plugin-with-peers": "npm:@rollup/plugin-typescript@8.2.1",
"tslib": "^2.6.3",
Expand Down
1 change: 1 addition & 0 deletions e2e/pnpm_lockfiles/lockfile-test.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,7 @@ def lockfile_test(name = None):
":node_modules/debug",
":node_modules/hello",
":node_modules/jsonify",
":node_modules/jquery-git-ssh-e61fccb",

# npm: alias
":node_modules/@aspect-test/a2",
Expand Down
8 changes: 8 additions & 0 deletions e2e/pnpm_lockfiles/v54/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

85 changes: 45 additions & 40 deletions e2e/pnpm_lockfiles/v54/snapshots/defs.bzl

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 9 additions & 0 deletions e2e/pnpm_lockfiles/v60/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 7162c88

Please sign in to comment.