Skip to content

Commit

Permalink
add uri-js tests (#86)
Browse files Browse the repository at this point in the history
* feat: uri-js compatibility

* skip tests

* rewrite test harness to use tap for uri-js.test.js
  • Loading branch information
Uzlopak authored Jun 15, 2024
1 parent 77165fb commit 9bb2904
Show file tree
Hide file tree
Showing 2 changed files with 941 additions and 0 deletions.
1 change: 1 addition & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -295,6 +295,7 @@ function parse (uri, opts) {
}

const fastUri = {
SCHEMES,
normalize,
resolve,
resolveComponents,
Expand Down
Loading

0 comments on commit 9bb2904

Please sign in to comment.