Skip to content

Commit

Permalink
fix default parameter stripFragment in test
Browse files Browse the repository at this point in the history
  • Loading branch information
icecubed committed Jun 24, 2021
1 parent ad02b17 commit 5135eeb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ tester.describe("check urls", test => {
const res = parseUrl(url, c[0][1] !== false);
if (c[0][1] !== false) {
url = normalizeUrl(url, {
stripFragment: false
stripHash: false
})
}
c[1].query = qs.parse(c[1].search)
Expand Down

0 comments on commit 5135eeb

Please sign in to comment.