Skip to content
Closed
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
2 changes: 2 additions & 0 deletions test/rspack-build-tests-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -9496,6 +9496,7 @@
"API routes dev support should not conflict with /api routes",
"API routes dev support should not show warning if using externalResolver flag",
"API routes dev support should not show warning when the API resolves and the response is piped",
"API routes dev support should not strip .json from API route",
"API routes dev support should not warn if response body is larger than 4MB with responseLimit config = false",
"API routes dev support should parse JSON body",
"API routes dev support should parse bigger body then 1mb",
Expand Down Expand Up @@ -9545,6 +9546,7 @@
"API routes production mode should handle 204 status correctly",
"API routes production mode should handle proxying to self correctly",
"API routes production mode should not conflict with /api routes",
"API routes production mode should not strip .json from API route",
"API routes production mode should not warn if response body is larger than 4MB with responseLimit config = false",
"API routes production mode should parse JSON body",
"API routes production mode should parse bigger body then 1mb",
Expand Down
Loading