From 23759eff65fbbaf5ec306bc95f0259fdf46edf2d Mon Sep 17 00:00:00 2001 From: Vercel Release Bot <88769842+vercel-release-bot@users.noreply.github.com> Date: Wed, 13 Mar 2024 05:39:22 -0400 Subject: [PATCH] Update Turbopack test manifest (#63231) This auto-generated PR updates the integration test manifest used when testing Turbopack. --- test/turbopack-tests-manifest.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/turbopack-tests-manifest.json b/test/turbopack-tests-manifest.json index b0d5a820eaa67..296f2534b8d58 100644 --- a/test/turbopack-tests-manifest.json +++ b/test/turbopack-tests-manifest.json @@ -2300,7 +2300,6 @@ "test/e2e/app-dir/actions/app-action.test.ts": { "passed": [ "app-dir action handling \"use server\" export values should error when exporting non async functions at build time", - "app-dir action handling \"use server\" export values should error when exporting non async functions during runtime", "app-dir action handling Edge SSR should allow cookie and header async storages", "app-dir action handling Edge SSR should handle basic actions correctly", "app-dir action handling Edge SSR should handle redirect to a relative URL in a single pass", @@ -3795,6 +3794,7 @@ "app dir - metadata opengraph should pick up opengraph-image and twitter-image as static metadata files", "app dir - metadata opengraph should support opengraph tags", "app dir - metadata opengraph should support opengraph with article type", + "app dir - metadata should not crash from error thrown during preloading nested generateMetadata", "app dir - metadata should not effect metadata images convention like files under pages directory", "app dir - metadata static routes should have /favicon.ico as route", "app dir - metadata static routes should support root dir robots.txt", @@ -6491,8 +6491,8 @@ "passed": [ "og-api should respond from index", "og-api should throw error when returning a response object in pages/api in node runtime", - "og-api should work in app route in node runtime", "og-api should work in app route", + "og-api should work in app route in node runtime", "og-api should work in pages/api" ], "failed": [],