Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 11 additions & 1 deletion tests/test-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -199,8 +199,18 @@
]
},
{
"//": "This was the test file name before v15.3.0-canary.27 / v15.3.0",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Clever!

"file": "test/e2e/basepath.test.ts",
"reason": "Hard-coded Vercel error message",
"reason": "Hard-coded expectation of Vercel's default 404 page",
"tests": [
"basePath should not update URL for a 404",
"basePath should handle 404 urls that start with basePath",
"basePath should show 404 for page not under the /docs prefix"
]
},
{
"file": "test/e2e/basepath/basepath.test.ts",
"reason": "Hard-coded expectation of Vercel's default 404 page",
"tests": [
"basePath should not update URL for a 404",
"basePath should handle 404 urls that start with basePath",
Expand Down
Loading