Skip to content

Commit 9bb2904

Browse files
authored
add uri-js tests (#86)
* feat: uri-js compatibility * skip tests * rewrite test harness to use tap for uri-js.test.js
1 parent 77165fb commit 9bb2904

File tree

2 files changed

+941
-0
lines changed

2 files changed

+941
-0
lines changed

Diff for: index.js

+1
Original file line numberDiff line numberDiff line change
@@ -295,6 +295,7 @@ function parse (uri, opts) {
295295
}
296296

297297
const fastUri = {
298+
SCHEMES,
298299
normalize,
299300
resolve,
300301
resolveComponents,

0 commit comments

Comments
 (0)