Skip to content

Commit

Permalink
test: add test
Browse files Browse the repository at this point in the history
  • Loading branch information
viceice authored Jul 12, 2022
1 parent 9032ebb commit 01b23dc
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions test/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -241,6 +241,20 @@ const INPUTS = [
, query: {}
, search: ""
}
], [
"https://github.com:89/org/repo.git"
, {
protocols: ["https"]
, protocol: "https"
, port: "89"
, resource: "github.com"
, user: ""
, pathname: "/org/repo.git"
, hash: ""
, href: "https://github.com:89/org/repo.git"
, query: {}
, search: ""
}
]
];

Expand Down

0 comments on commit 01b23dc

Please sign in to comment.