Skip to content

Commit 9edcc8e

Browse files
committed
fix trailing slash false test
1 parent 8731ba4 commit 9edcc8e

File tree

1 file changed

+2
-0
lines changed
  • test/integration/app-dir-export/test

1 file changed

+2
-0
lines changed

test/integration/app-dir-export/test/utils.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,8 @@ const expectedWhenTrailingSlashFalse = [
7474
? ['_next/static/test-build-id/_clientMiddlewareManifest.json']
7575
: []),
7676
'_next/static/test-build-id/_ssgManifest.js',
77+
'_not-found.html',
78+
'_not-found.txt',
7779
'another.html',
7880
'another.txt',
7981
'another/first.html',

0 commit comments

Comments
 (0)