Skip to content

Commit 63eddd2

Browse files
Update Turbopack production test manifest (#77316)
This auto-generated PR updates the production integration test manifest used when testing Turbopack.
1 parent ed10f7e commit 63eddd2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Diff for: test/turbopack-build-tests-manifest.json

+3
Original file line numberDiff line numberDiff line change
@@ -970,6 +970,7 @@
970970
"app-dir static/dynamic handling unstable-cache should work in pages/api/unstable-cache-node",
971971
"app-dir static/dynamic handling unstable-cache should work in pages/unstable-cache-edge",
972972
"app-dir static/dynamic handling unstable-cache should work in pages/unstable-cache-node",
973+
"app-dir static/dynamic handling unstable_cache should be able to read the draft mode status",
973974
"app-dir static/dynamic handling unstable_cache should bypass cache in draft mode",
974975
"app-dir static/dynamic handling unstable_cache should not cache new result in draft mode",
975976
"app-dir static/dynamic handling unstable_cache should not error when calling a fetch no-cache",
@@ -1082,6 +1083,7 @@
10821083
"app-dir static/dynamic handling unstable-cache should work in pages/api/unstable-cache-node",
10831084
"app-dir static/dynamic handling unstable-cache should work in pages/unstable-cache-edge",
10841085
"app-dir static/dynamic handling unstable-cache should work in pages/unstable-cache-node",
1086+
"app-dir static/dynamic handling unstable_cache should be able to read the draft mode status",
10851087
"app-dir static/dynamic handling unstable_cache should bypass cache in draft mode",
10861088
"app-dir static/dynamic handling unstable_cache should not cache new result in draft mode",
10871089
"app-dir static/dynamic handling unstable_cache should not error when calling a fetch no-cache",
@@ -5599,6 +5601,7 @@
55995601
"use-cache should error when cookies/headers/draftMode is used inside \"use cache\"",
56005602
"use-cache should match the expected revalidate and expire configs on the prerender manifest",
56015603
"use-cache should match the expected stale config in the page header",
5604+
"use-cache should not read nor write cached data when draft mode is enabled",
56025605
"use-cache should not use stale caches in server actions that have revalidated",
56035606
"use-cache should override fetch with cookies/auth in use cache properly",
56045607
"use-cache should override fetch with no-store in use cache properly",

0 commit comments

Comments
 (0)