From 7828d47242311d21b0fe648be9cdf53d5692732d Mon Sep 17 00:00:00 2001 From: vercel-release-bot Date: Tue, 9 Jan 2024 09:03:37 +0000 Subject: [PATCH] update/turbopack-manifest-1704791014257 --- test/turbopack-tests-manifest.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/test/turbopack-tests-manifest.json b/test/turbopack-tests-manifest.json index 62f3cce554a70..d615fb86a1def 100644 --- a/test/turbopack-tests-manifest.json +++ b/test/turbopack-tests-manifest.json @@ -1281,13 +1281,13 @@ "test/development/acceptance/ReactRefreshLogBox.test.ts": { "passed": [ "ReactRefreshLogBox turbo boundaries", + "ReactRefreshLogBox turbo logbox: anchors links in error messages", "ReactRefreshLogBox turbo module init error not shown", "ReactRefreshLogBox turbo non-Error errors are handled properly", "ReactRefreshLogBox turbo should strip whitespace correctly with newline" ], "failed": [ "ReactRefreshLogBox turbo css syntax errors", - "ReactRefreshLogBox turbo logbox: anchors links in error messages", "ReactRefreshLogBox turbo unterminated JSX" ], "pending": [ @@ -2524,6 +2524,7 @@ "app dir - external dependency react in external esm packages should use the same react in edge server app", "app dir - external dependency react in external esm packages should use the same react in pages", "app dir - external dependency react in external esm packages should use the same react in server app", + "app dir - external dependency server actions should not prefer to resolve esm over cjs for bundling optout packages", "app dir - external dependency should correctly collect global css imports and mark them as side effects", "app dir - external dependency should emit cjs helpers for external cjs modules when compiled", "app dir - external dependency should export client module references in esm", @@ -2540,7 +2541,6 @@ ], "failed": [ "app dir - external dependency server actions should compile server actions from node_modules in client components", - "app dir - external dependency server actions should not prefer to resolve esm over cjs for bundling optout packages", "app dir - external dependency should be able to opt-out 3rd party packages being bundled in server components", "app dir - external dependency should have proper tree-shaking for known modules in CJS" ], @@ -5625,11 +5625,11 @@ }, "test/e2e/multi-zone/multi-zone.test.ts": { "passed": [ - "multi-zone should correctly respond for /first", - "multi-zone should correctly respond for /first/blog/post-1", - "multi-zone should correctly respond for /second", - "multi-zone should correctly respond for /second/another/post-1", - "multi-zone should correctly respond for /second/blog/post-1", + "multi-zone should correctly respond for /", + "multi-zone should correctly respond for /blog/post-1", + "multi-zone should correctly respond for /guest", + "multi-zone should correctly respond for /guest/another/post-1", + "multi-zone should correctly respond for /guest/blog/post-1", "multi-zone should support HMR in both apps" ], "failed": [],