File tree Expand file tree Collapse file tree 2 files changed +11
-0
lines changed Expand file tree Collapse file tree 2 files changed +11
-0
lines changed Original file line number Diff line number Diff line change 29
29
" test/e2e/app-dir/revalidate-dynamic/revalidate-dynamic.test.ts" ,
30
30
" test/e2e/app-dir/rsc-basic/rsc-basic.test.ts" ,
31
31
" test/e2e/basepath.test.ts" ,
32
+ " test/e2e/basepath/basepath.test.ts" ,
33
+ " test/e2e/basepath/error-pages.test.ts" ,
32
34
" test/e2e/getserversideprops/test/index.test.ts" ,
33
35
" test/e2e/middleware-general/test/index.test.ts" ,
34
36
" test/e2e/module-layer/index.test.ts" ,
Original file line number Diff line number Diff line change 209
209
]
210
210
},
211
211
{
212
+ "//" : " These tests were in this file before v15.4.0-canary.32 extracted them to a new file" ,
212
213
"file" : " test/e2e/basepath/basepath.test.ts" ,
213
214
"reason" : " Hard-coded expectation of Vercel's default 404 page" ,
214
215
"tests" : [
217
218
" basePath should show 404 for page not under the /docs prefix"
218
219
]
219
220
},
221
+ {
222
+ "file" : " test/e2e/basepath/error-pages.test.ts" ,
223
+ "reason" : " Hard-coded expectation of Vercel's default 404 page" ,
224
+ "tests" : [
225
+ " basePath should not update URL for a 404" ,
226
+ " basePath should show 404 for page not under the /docs prefix"
227
+ ]
228
+ },
220
229
{
221
230
"file" : " test/e2e/app-dir/app/index.test.ts" ,
222
231
"reason" : " Whitespace mismatch" ,
You can’t perform that action at this time.
0 commit comments