Skip to content

Commit c674528

Browse files
committed
test: failing test for custom SSH user
1 parent f4ea05e commit c674528

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/index.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -422,7 +422,6 @@ tester.describe("parse urls", test => {
422422

423423
// shorthand urls
424424
test.should("parse shorthand urls", () => {
425-
console.log({ shorthand: URLS.shorthand });
426425
var res = gitUrlParse(URLS.shorthand);
427426
test.expect(res.owner).toBe("42IonicaBizau");
428427
test.expect(res.name).toBe("git-url-parse");

0 commit comments

Comments
 (0)