Skip to content

Commit

Permalink
test: failing test for custom SSH user
Browse files Browse the repository at this point in the history
  • Loading branch information
privatenumber committed Aug 3, 2022
1 parent f4ea05e commit c674528
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -422,7 +422,6 @@ tester.describe("parse urls", test => {

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

0 comments on commit c674528

Please sign in to comment.