Skip to content

Commit 1bc1326

Browse files
Update Rspack production test manifest (#79275)
1 parent ff7e8e1 commit 1bc1326

File tree

1 file changed

+12
-7
lines changed

1 file changed

+12
-7
lines changed

test/rspack-build-tests-manifest.json

+12-7
Original file line numberDiff line numberDiff line change
@@ -3406,6 +3406,13 @@
34063406
"flakey": [],
34073407
"runtimeError": false
34083408
},
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+
},
34093416
"test/e2e/app-dir/navigation-layout-suspense/navigation-layout-suspense.test.ts": {
34103417
"passed": [
34113418
"app dir - navigation with Suspense in nested layout resolves data after client navigation to a nested layout with Suspense"
@@ -4301,12 +4308,11 @@
43014308
"ppr-full Dynamic RSC Response for /on-demand/c should have correct headers",
43024309
"ppr-full Dynamic RSC Response for /static should have correct headers",
43034310
"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",
43054313
"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",
43074314
"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",
43104316
"ppr-full HTML Fallback for /fallback/nested/params/slug-01/slug-02 should render the fallback HTML immediately",
43114317
"ppr-full HTML Fallback for /fallback/nested/use-params/slug-01/slug-02 should render the fallback HTML immediately",
43124318
"ppr-full HTML Fallback for /fallback/nested/use-pathname/slug-01/slug-02 should render the fallback HTML immediately",
@@ -19454,11 +19460,10 @@
1945419460
},
1945519461
"test/production/pnpm-support/index.test.ts": {
1945619462
"passed": [
19457-
"pnpm support should build with dependencies installed via pnpm"
19458-
],
19459-
"failed": [
19463+
"pnpm support should build with dependencies installed via pnpm",
1946019464
"pnpm support should execute client-side JS on each page in output: \"standalone\""
1946119465
],
19466+
"failed": [],
1946219467
"pending": [],
1946319468
"flakey": [],
1946419469
"runtimeError": false

0 commit comments

Comments
 (0)