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
7 changes: 4 additions & 3 deletions test/rspack-build-tests-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,7 @@
"app-dir action handling should not expose action content in sourcemaps",
"app-dir action handling should not log errors for non-action form POSTs",
"app-dir action handling should only submit action once when resubmitting an action after navigation",
"app-dir action handling should output exportName and filename info in manifest",
"app-dir action handling should propagate errors from a `text/plain` response to an error boundary",
"app-dir action handling should push new route when redirecting",
"app-dir action handling should replace current route when redirecting with type set to replace",
Expand Down Expand Up @@ -329,6 +330,7 @@
"app-dir action handling should not expose action content in sourcemaps",
"app-dir action handling should not log errors for non-action form POSTs",
"app-dir action handling should only submit action once when resubmitting an action after navigation",
"app-dir action handling should output exportName and filename info in manifest",
"app-dir action handling should propagate errors from a `text/plain` response to an error boundary",
"app-dir action handling should push new route when redirecting",
"app-dir action handling should replace current route when redirecting with type set to replace",
Expand Down Expand Up @@ -20212,11 +20214,10 @@
},
"test/production/pnpm-support/index.test.ts": {
"passed": [
"pnpm support should build with dependencies installed via pnpm"
],
"failed": [
"pnpm support should build with dependencies installed via pnpm",
"pnpm support should execute client-side JS on each page in output: \"standalone\""
],
"failed": [],
"pending": [],
"flakey": [],
"runtimeError": false
Expand Down
Loading