Skip to content

Commit

Permalink
Update expected manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
unstubbable committed Feb 26, 2025
1 parent 70d8b08 commit 83a6b12
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions test/e2e/getserversideprops/test/index.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,12 @@ const expectedManifestRoutes = () => [
),
page: '/refresh',
},
{
dataRouteRegex: normalizeRegEx(
`^\\/_next\\/data\\/${escapeRegex(buildId)}\\/rewrite-target\\.json$`
),
page: '/rewrite-target',
},
{
dataRouteRegex: normalizeRegEx(
`^\\/_next\\/data\\/${escapeRegex(buildId)}\\/slow\\.json$`
Expand Down

0 comments on commit 83a6b12

Please sign in to comment.