Skip to content

Commit 5135eeb

Browse files
authored
fix default parameter stripFragment in test
1 parent ad02b17 commit 5135eeb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ tester.describe("check urls", test => {
8080
const res = parseUrl(url, c[0][1] !== false);
8181
if (c[0][1] !== false) {
8282
url = normalizeUrl(url, {
83-
stripFragment: false
83+
stripHash: false
8484
})
8585
}
8686
c[1].query = qs.parse(c[1].search)

0 commit comments

Comments
 (0)