|
1210 | 1210 | }, |
1211 | 1211 | "test/development/app-hmr/hmr.test.ts": { |
1212 | 1212 | "passed": [ |
1213 | | - "app-dir-hmr filesystem changes can navigate cleanly to a page that requires a change in the Webpack runtime", |
1214 | 1213 | "app-dir-hmr filesystem changes should have no unexpected action error for hmr", |
1215 | 1214 | "app-dir-hmr filesystem changes should not break when renaming a folder", |
1216 | 1215 | "app-dir-hmr filesystem changes should not continously poll when hitting a not found page", |
1217 | 1216 | "app-dir-hmr filesystem changes should update server components after navigating to a page with a different runtime" |
1218 | 1217 | ], |
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 | + ], |
1220 | 1221 | "pending": [], |
1221 | 1222 | "flakey": [], |
1222 | 1223 | "runtimeError": false |
|
2102 | 2103 | "middleware - development errors when there is a compilation error after boot logs the error correctly", |
2103 | 2104 | "middleware - development errors when there is a compilation error after boot renders the error correctly and recovers", |
2104 | 2105 | "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", |
2106 | 2106 | "middleware - development errors when there is an unhandled rejection while loading a dependency does not render the error", |
2107 | 2107 | "middleware - development errors when there is an unhandled rejection while loading a dependency logs the error correctly", |
2108 | 2108 | "middleware - development errors when there is an unhandled rejection while loading the module does not render the error", |
|
2111 | 2111 | ], |
2112 | 2112 | "failed": [ |
2113 | 2113 | "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", |
2114 | 2115 | "middleware - development errors when throwing while loading the module logs the error correctly" |
2115 | 2116 | ], |
2116 | 2117 | "pending": [], |
|
0 commit comments