File tree Expand file tree Collapse file tree 1 file changed +23
-3
lines changed
Expand file tree Collapse file tree 1 file changed +23
-3
lines changed Original file line number Diff line number Diff line change 600600 "flakey": [],
601601 "runtimeError": false
602602 },
603+ "test/development/app-dir/cache-components-reused-promise/cache-components-reused-promise.test.ts": {
604+ "passed": [
605+ "cache-components-dev-warmup - reused promise aborts dynamic promises when restarting the render"
606+ ],
607+ "failed": [],
608+ "pending": [],
609+ "flakey": [],
610+ "runtimeError": false
611+ },
612+ "test/development/app-dir/cache-components-tasks/cache-components-tasks.test.ts": {
613+ "passed": [
614+ "cache-components-tasks - with runtime prefetch configs initial load setImmediate resolves between tasks",
615+ "cache-components-tasks - with runtime prefetch configs navigation setImmediate resolves between tasks",
616+ "cache-components-tasks - without runtime prefetch configs initial load setImmediate resolves between tasks",
617+ "cache-components-tasks - without runtime prefetch configs navigation setImmediate resolves between tasks"
618+ ],
619+ "failed": [],
620+ "pending": [],
621+ "flakey": [],
622+ "runtimeError": false
623+ },
603624 "test/development/app-dir/cache-components-warnings/cache-components.warnings.test.ts": {
604625 "passed": [],
605626 "failed": [],
11891210 },
11901211 "test/development/app-hmr/hmr.test.ts": {
11911212 "passed": [
1213+ "app-dir-hmr filesystem changes can navigate cleanly to a page that requires a change in the Webpack runtime",
11921214 "app-dir-hmr filesystem changes should have no unexpected action error for hmr",
11931215 "app-dir-hmr filesystem changes should not break when renaming a folder",
11941216 "app-dir-hmr filesystem changes should not continously poll when hitting a not found page",
11951217 "app-dir-hmr filesystem changes should update server components after navigating to a page with a different runtime"
11961218 ],
1197- "failed": [
1198- "app-dir-hmr filesystem changes can navigate cleanly to a page that requires a change in the Webpack runtime"
1199- ],
1219+ "failed": [],
12001220 "pending": [],
12011221 "flakey": [],
12021222 "runtimeError": false
You can’t perform that action at this time.
0 commit comments