Skip to content

Commit

Permalink
comment
Browse files Browse the repository at this point in the history
  • Loading branch information
brillout committed Jul 19, 2024
1 parent 373ceed commit 63bb32c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions vike/utils/parseUrl.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1014,6 +1014,7 @@ describe('parseUrl', () => {
})

it('relative paths', () => {
// Shouldn't this resolve to `{ pathname: '/b1/b2' }`? I don't remember why I used to be fine with following test.
expect(parseUrl('.', '/b1/b2/')).toMatchInlineSnapshot(`
{
"hasBaseServer": true,
Expand Down

0 comments on commit 63bb32c

Please sign in to comment.