Skip to content

Commit cf3bd61

Browse files
Update Rspack development test manifest (#86970)
This auto-generated PR updates the development integration test manifest used when testing Rspack.
1 parent ada60dc commit cf3bd61

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

test/rspack-dev-tests-manifest.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1210,13 +1210,14 @@
12101210
},
12111211
"test/development/app-hmr/hmr.test.ts": {
12121212
"passed": [
1213-
"app-dir-hmr filesystem changes can navigate cleanly to a page that requires a change in the Webpack runtime",
12141213
"app-dir-hmr filesystem changes should have no unexpected action error for hmr",
12151214
"app-dir-hmr filesystem changes should not break when renaming a folder",
12161215
"app-dir-hmr filesystem changes should not continously poll when hitting a not found page",
12171216
"app-dir-hmr filesystem changes should update server components after navigating to a page with a different runtime"
12181217
],
1219-
"failed": [],
1218+
"failed": [
1219+
"app-dir-hmr filesystem changes can navigate cleanly to a page that requires a change in the Webpack runtime"
1220+
],
12201221
"pending": [],
12211222
"flakey": [],
12221223
"runtimeError": false
@@ -2102,7 +2103,6 @@
21022103
"middleware - development errors when there is a compilation error after boot logs the error correctly",
21032104
"middleware - development errors when there is a compilation error after boot renders the error correctly and recovers",
21042105
"middleware - development errors when there is a compilation error from boot logs the error correctly",
2105-
"middleware - development errors when there is a compilation error from boot renders the error correctly and recovers",
21062106
"middleware - development errors when there is an unhandled rejection while loading a dependency does not render the error",
21072107
"middleware - development errors when there is an unhandled rejection while loading a dependency logs the error correctly",
21082108
"middleware - development errors when there is an unhandled rejection while loading the module does not render the error",
@@ -2111,6 +2111,7 @@
21112111
],
21122112
"failed": [
21132113
"middleware - development errors when running invalid dynamic code with eval logs the error correctly",
2114+
"middleware - development errors when there is a compilation error from boot renders the error correctly and recovers",
21142115
"middleware - development errors when throwing while loading the module logs the error correctly"
21152116
],
21162117
"pending": [],

0 commit comments

Comments
 (0)