Skip to content

Commit

Permalink
Add unit test for normalize:true case
Browse files Browse the repository at this point in the history
  • Loading branch information
icecubed committed Jun 24, 2021
1 parent 5135eeb commit b035d22
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions test/index.js
Expand Up @@ -71,6 +71,19 @@ const INPUTS = [
, search: ""
}
]
, [
["http://ionicabizau.net/with-true-normalize", true]
, {
protocols: [ "http" ]
, protocol: "http"
, port: null
, resource: "ionicabizau.net"
, user: ""
, pathname: "/with-true-normalize"
, hash: ""
, search: ""
}
]
];

tester.describe("check urls", test => {
Expand Down

0 comments on commit b035d22

Please sign in to comment.