|
3406 | 3406 | "flakey": [], |
3407 | 3407 | "runtimeError": false |
3408 | 3408 | }, |
| 3409 | + "test/e2e/app-dir/monaco-editor/monaco-editor.test.ts": { |
| 3410 | + "passed": ["monaco-editor should load monaco-editor"], |
| 3411 | + "failed": [], |
| 3412 | + "pending": [], |
| 3413 | + "flakey": [], |
| 3414 | + "runtimeError": false |
| 3415 | + }, |
3409 | 3416 | "test/e2e/app-dir/navigation-layout-suspense/navigation-layout-suspense.test.ts": { |
3410 | 3417 | "passed": [ |
3411 | 3418 | "app dir - navigation with Suspense in nested layout resolves data after client navigation to a nested layout with Suspense" |
|
4301 | 4308 | "ppr-full Dynamic RSC Response for /on-demand/c should have correct headers", |
4302 | 4309 | "ppr-full Dynamic RSC Response for /static should have correct headers", |
4303 | 4310 | "ppr-full Dynamic RSC Response for /static should not contain dynamic content", |
4304 | | - "ppr-full HTML Fallback Dynamic Shell should render the dynamic shell as static if the page is static", |
| 4311 | + "ppr-full HTML Fallback Dynamic Shell should render the fallback shell even if the page is static", |
| 4312 | + "ppr-full HTML Fallback Dynamic Shell should render the fallback shell every time", |
4305 | 4313 | "ppr-full HTML Fallback Dynamic Shell should render the fallback shell on first visit", |
4306 | | - "ppr-full HTML Fallback Dynamic Shell should render the route shell on the second visit", |
4307 | 4314 | "ppr-full HTML Fallback Dynamic Shell will allow dynamic fallback shells even when static is enforced", |
4308 | | - "ppr-full HTML Fallback Dynamic Shell will only revalidate the page", |
4309 | | - "ppr-full HTML Fallback Dynamic Shell will revalidate the page and fallback shell", |
| 4315 | + "ppr-full HTML Fallback Dynamic Shell will not revalidate the fallback shell", |
4310 | 4316 | "ppr-full HTML Fallback for /fallback/nested/params/slug-01/slug-02 should render the fallback HTML immediately", |
4311 | 4317 | "ppr-full HTML Fallback for /fallback/nested/use-params/slug-01/slug-02 should render the fallback HTML immediately", |
4312 | 4318 | "ppr-full HTML Fallback for /fallback/nested/use-pathname/slug-01/slug-02 should render the fallback HTML immediately", |
@@ -19454,11 +19460,10 @@ |
19454 | 19460 | }, |
19455 | 19461 | "test/production/pnpm-support/index.test.ts": { |
19456 | 19462 | "passed": [ |
19457 | | - "pnpm support should build with dependencies installed via pnpm" |
19458 | | - ], |
19459 | | - "failed": [ |
| 19463 | + "pnpm support should build with dependencies installed via pnpm", |
19460 | 19464 | "pnpm support should execute client-side JS on each page in output: \"standalone\"" |
19461 | 19465 | ], |
| 19466 | + "failed": [], |
19462 | 19467 | "pending": [], |
19463 | 19468 | "flakey": [], |
19464 | 19469 | "runtimeError": false |
|
0 commit comments