Skip to content

Commit

Permalink
update/turbopack-manifest-1704791014257
Browse files Browse the repository at this point in the history
  • Loading branch information
vercel-release-bot committed Jan 9, 2024
1 parent fe9d74d commit 7828d47
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions test/turbopack-tests-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": [
Expand Down Expand Up @@ -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",
Expand All @@ -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"
],
Expand Down Expand Up @@ -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": [],
Expand Down

0 comments on commit 7828d47

Please sign in to comment.