Skip to content

Commit 81c6a71

Browse files
committed
Update test expectation and resolve TODO
1 parent effcfdc commit 81c6a71

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

test/production/app-dir/build-output-tree-view/build-output-tree-view.test.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,6 @@ describe('build-output-tree-view', () => {
1414
beforeAll(() => next.build())
1515

1616
it('should show info about prerendered and dynamic routes in a tree view', async () => {
17-
// TODO: Fix double-listing of the /ppr/[slug] fallback.
18-
1917
expect(getTreeView(next.cliOutput)).toMatchInlineSnapshot(`
2018
"Route (app) Size First Load JS Revalidate Expire
2119
┌ ○ /_not-found N/A kB N/A kB
@@ -27,7 +25,6 @@ describe('build-output-tree-view', () => {
2725
├ ƒ /dynamic N/A kB N/A kB
2826
├ ◐ /ppr/[slug] N/A kB N/A kB 1w 30d
2927
├ ├ /ppr/[slug] 1w 30d
30-
├ ├ /ppr/[slug] 1w 30d
3128
├ ├ /ppr/days 1d 1w
3229
├ └ /ppr/weeks 1w 30d
3330
└ ○ /revalidate N/A kB N/A kB 15m 1y

0 commit comments

Comments
 (0)