Skip to content

Commit

Permalink
add additional redirect urls to router test
Browse files Browse the repository at this point in the history
  • Loading branch information
lkwr committed Jan 9, 2023
1 parent de0c1f5 commit 742d2b8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/router/__tests__/router-test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10673,6 +10673,8 @@ describe("a router", () => {
"https://remix.run/blog",
"//remix.run/blog",
"app://whatever",
"mailto:hello@remix.run",
"web+remix:whatever",
];

for (let url of urls) {
Expand Down

0 comments on commit 742d2b8

Please sign in to comment.