aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorGravatar Dylan Conway <dylan.conway567@gmail.com> 2023-10-05 16:39:12 -0700
committerGravatar Dylan Conway <dylan.conway567@gmail.com> 2023-10-05 16:39:12 -0700
commite6d97f2581959d77a5b486faefbfdf094abedf9b (patch)
tree6298631c63ab9f0e0ca2248ca04676fd62376370 /test
parent4a2e1574e4d4001b60c96a315491dd622d7d54b6 (diff)
downloadbun-e6d97f2581959d77a5b486faefbfdf094abedf9b.tar.gz
bun-e6d97f2581959d77a5b486faefbfdf094abedf9b.tar.zst
bun-e6d97f2581959d77a5b486faefbfdf094abedf9b.zip
add `install.github.api` option
Diffstat (limited to 'test')
-rw-r--r--test/cli/install/bun-install.test.ts4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/cli/install/bun-install.test.ts b/test/cli/install/bun-install.test.ts
index 8f922a0e0..2277ee61b 100644
--- a/test/cli/install/bun-install.test.ts
+++ b/test/cli/install/bun-install.test.ts
@@ -2685,7 +2685,7 @@ it("should handle bitbucket git dependencies", async () => {
expect(stdout).toBeDefined();
const out = await new Response(stdout).text();
expect(out.replace(/\s*\[[0-9\.]+m?s\]\s*$/, "").split(/\r?\n/)).toEqual([
- ` + public-install-test@git+ssh://${dep}#56ee8a7e167c6ab10b672203f2ab6fbcb752788d`,
+ ` + public-install-test@git+ssh://${dep}#79265e2d9754c60b60f97cc8d859fb6da073b5d2`,
"",
" 1 packages installed",
]);
@@ -2722,7 +2722,7 @@ it("should handle bitbucket git dependencies", async () => {
const out = await new Response(stdout).text();
expect(out.replace(/\s*\[[0-9\.]+m?s\]\s*$/, "").split(/\r?\n/)).toEqual([
"",
- ` installed publicinstalltest@git+ssh://${dep}#56ee8a7e167c6ab10b672203f2ab6fbcb752788d`,
+ ` installed publicinstalltest@git+ssh://${dep}#79265e2d9754c60b60f97cc8d859fb6da073b5d2`,
"",
"",
" 1 packages installed",