Update Turbopack development test manifest (#63776)

This auto-generated PR updates the development integration test manifest
used when testing Turbopack.
This commit is contained in:
Vercel Release Bot 2024-03-27 15:43:22 -04:00 committed by GitHub
parent 1d9833bc63
commit 1f443776fa
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -3354,9 +3354,11 @@
"passed": [
"app dir - draft mode in edge runtime should be disabled from api route handler",
"app dir - draft mode in edge runtime should be enabled from api route handler when draft mode enabled",
"app dir - draft mode in edge runtime should genenerate rand when draft mode enabled",
"app dir - draft mode in edge runtime should have set-cookie header on enable",
"app dir - draft mode in edge runtime should have set-cookie header with redirect location",
"app dir - draft mode in edge runtime should not perform full page navigation on router.refresh()",
"app dir - draft mode in edge runtime should read other cookies when draft mode enabled",
"app dir - draft mode in edge runtime should use initial rand when draft mode is disabled on /with-edge/index",
"app dir - draft mode in edge runtime should use initial rand when draft mode is disabled on /with-edge/with-cookies",
"app dir - draft mode in nodejs runtime should be disabled from api route handler",
@ -3367,9 +3369,7 @@
"app dir - draft mode in nodejs runtime should not perform full page navigation on router.refresh()",
"app dir - draft mode in nodejs runtime should read other cookies when draft mode enabled",
"app dir - draft mode in nodejs runtime should use initial rand when draft mode is disabled on /index",
"app dir - draft mode in nodejs runtime should use initial rand when draft mode is disabled on /with-cookies",
"app dir - draft mode in edge runtime should genenerate rand when draft mode enabled",
"app dir - draft mode in edge runtime should read other cookies when draft mode enabled"
"app dir - draft mode in nodejs runtime should use initial rand when draft mode is disabled on /with-cookies"
],
"failed": [],
"pending": [],