Skip to content

Commit

Permalink
test case update for empty query param redirects handle
Browse files Browse the repository at this point in the history
  • Loading branch information
archanaagivale30 committed Sep 11, 2024
1 parent 992f635 commit 64420b2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/e2e/app-dir/app/index.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,7 @@ describe('app dir - basic', () => {
{ pathname: '/blog/old-post' },
{ pathname: '/redirect-3/some' },
{ pathname: '/redirect-4' },
{ pathname: '/redirect-4/?q=1&=' },
])(
'should match redirects in pages correctly $path',
async ({ pathname }) => {
Expand Down

0 comments on commit 64420b2

Please sign in to comment.