|
2407 | 2407 | "flakey": [],
|
2408 | 2408 | "runtimeError": false
|
2409 | 2409 | },
|
| 2410 | + "test/e2e/app-dir/css-server-chunks/css-server-chunks.test.ts": { |
| 2411 | + "passed": ["css-server-chunks should not write CSS chunks for the server"], |
| 2412 | + "failed": [], |
| 2413 | + "pending": [], |
| 2414 | + "flakey": [], |
| 2415 | + "runtimeError": false |
| 2416 | + }, |
2410 | 2417 | "test/e2e/app-dir/cssnano-colormin/index.test.ts": {
|
2411 | 2418 | "passed": ["cssnano-colormin should not minify rgb colors to hsla"],
|
2412 | 2419 | "failed": [],
|
|
5226 | 5233 | "flakey": [],
|
5227 | 5234 | "runtimeError": false
|
5228 | 5235 | },
|
| 5236 | + "test/e2e/app-dir/root-suspense-dynamic/root-suspense-dynamic.test.ts": { |
| 5237 | + "passed": [ |
| 5238 | + "Root Suspense Dynamic Rendering placeholder to satisfy at least one test when isNextDev is false", |
| 5239 | + "Root Suspense Dynamic Rendering should correctly mark route as dynamic", |
| 5240 | + "Root Suspense Dynamic Rendering should handle dynamic content wrapped in Suspense above HTML structure" |
| 5241 | + ], |
| 5242 | + "failed": [], |
| 5243 | + "pending": [], |
| 5244 | + "flakey": [], |
| 5245 | + "runtimeError": false |
| 5246 | + }, |
5229 | 5247 | "test/e2e/app-dir/route-page-manifest-bug/route-page-manifest-bug.test.ts": {
|
5230 | 5248 | "passed": [
|
5231 | 5249 | "route-page-manifest-bug should work when requesting route handler after page"
|
|
17706 | 17724 | "flakey": [],
|
17707 | 17725 | "runtimeError": false
|
17708 | 17726 | },
|
17709 |
| - "test/integration/production-browser-sourcemaps/test/index.test.js": { |
17710 |
| - "passed": [ |
17711 |
| - "Production browser sourcemaps production mode Server support correctly generated the source map", |
17712 |
| - "Production browser sourcemaps production mode Server support includes sourcemaps for all browser files" |
17713 |
| - ], |
17714 |
| - "failed": [], |
17715 |
| - "pending": [], |
17716 |
| - "flakey": [], |
17717 |
| - "runtimeError": false |
17718 |
| - }, |
17719 | 17727 | "test/integration/production-build-dir/test/index.test.js": {
|
17720 | 17728 | "passed": [
|
17721 | 17729 | "Production Custom Build Directory production mode With basic usage should render the page"
|
@@ -20113,10 +20121,11 @@
|
20113 | 20121 | },
|
20114 | 20122 | "test/production/pnpm-support/index.test.ts": {
|
20115 | 20123 | "passed": [
|
20116 |
| - "pnpm support should build with dependencies installed via pnpm", |
| 20124 | + "pnpm support should build with dependencies installed via pnpm" |
| 20125 | + ], |
| 20126 | + "failed": [ |
20117 | 20127 | "pnpm support should execute client-side JS on each page in output: \"standalone\""
|
20118 | 20128 | ],
|
20119 |
| - "failed": [], |
20120 | 20129 | "pending": [],
|
20121 | 20130 | "flakey": [],
|
20122 | 20131 | "runtimeError": false
|
|
20148 | 20157 | "flakey": [],
|
20149 | 20158 | "runtimeError": false
|
20150 | 20159 | },
|
| 20160 | + "test/production/production-browser-sourcemaps/index.test.ts": { |
| 20161 | + "passed": [ |
| 20162 | + "Production browser sourcemaps productionBrowserSourceMaps = false check sourcemaps for all browser files" |
| 20163 | + ], |
| 20164 | + "failed": [ |
| 20165 | + "Production browser sourcemaps productionBrowserSourceMaps = true check sourcemaps for all browser files" |
| 20166 | + ], |
| 20167 | + "pending": [], |
| 20168 | + "flakey": [], |
| 20169 | + "runtimeError": false |
| 20170 | + }, |
20151 | 20171 | "test/production/reading-request-body-in-middleware/index.test.ts": {
|
20152 | 20172 | "passed": [
|
20153 | 20173 | "reading request body in middleware passes the body greater than 64KiB to the api endpoint",
|
|
0 commit comments