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
9 changes: 5 additions & 4 deletions test/rspack-dev-tests-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -8236,10 +8236,10 @@
"runtimeError": false
},
"test/e2e/app-dir/proxy-with-middleware/proxy-with-middleware.test.ts": {
"passed": [
"passed": [],
"failed": [
"proxy-with-middleware should error when both middleware and proxy files are detected"
],
"failed": [],
"pending": [],
"flakey": [],
"runtimeError": false
Expand Down Expand Up @@ -9379,9 +9379,9 @@
"runtimeError": false
},
"test/e2e/app-dir/static-shell-debugging/static-shell-debugging.test.ts": {
"passed": [],
"passed": ["static-shell-debugging should render the full page"],
"failed": [],
"pending": ["static-shell-debugging should render the full page"],
"pending": [],
"flakey": [],
"runtimeError": false
},
Expand Down Expand Up @@ -12630,6 +12630,7 @@
},
"test/e2e/swc-plugins/index.test.ts": {
"passed": [
"swcPlugins incompatible plugin version shows a redbox in dev",
"swcPlugins invalid plugin name shows a redbox in dev",
"swcPlugins supports swcPlugins basic case"
],
Expand Down
Loading