Skip to content

Commit 2f08176

Browse files
Update Rspack production test manifest (#82432)
This auto-generated PR updates the production integration test manifest used when testing Rspack.
1 parent e532684 commit 2f08176

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test/rspack-build-tests-manifest.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5828,6 +5828,7 @@
58285828
},
58295829
"test/e2e/app-dir/segment-cache/basic/segment-cache-basic.test.ts": {
58305830
"passed": [
5831+
"segment cache (basic tests) does not cause infinite loop with cacheLife(\"seconds\")",
58315832
"segment cache (basic tests) does not throw an error when navigating to a page with a server action",
58325833
"segment cache (basic tests) navigate before any data has loaded into the prefetch cache",
58335834
"segment cache (basic tests) navigate to page with lazily-generated (not at build time) static param",
@@ -5984,6 +5985,8 @@
59845985
},
59855986
"test/e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts": {
59865987
"passed": [
5988+
"<Link prefetch={true}> (runtime prefetch) cache stale time handling includes private caches with cacheLife(\"seconds\")",
5989+
"<Link prefetch={true}> (runtime prefetch) cache stale time handling includes public caches with cacheLife(\"seconds\")",
59875990
"<Link prefetch={true}> (runtime prefetch) cache stale time handling includes short-lived public caches with a long enough staleTime",
59885991
"<Link prefetch={true}> (runtime prefetch) cache stale time handling omits private caches with a short enough staleTime",
59895992
"<Link prefetch={true}> (runtime prefetch) cache stale time handling omits short-lived public caches with a short enough staleTime",

0 commit comments

Comments
 (0)