Skip to content

Commit

Permalink
update test case to avoid error in turbopack and correctly test exter…
Browse files Browse the repository at this point in the history
…nals in webpack
  • Loading branch information
sokra committed Mar 5, 2024
1 parent 65a3db2 commit 45f37a2
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 4 deletions.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion test/turbopack-tests-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2590,6 +2590,7 @@
"app dir - external dependency react in external esm packages should use the same react in server app",
"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 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 @@ -2606,7 +2607,6 @@
"app dir - external dependency should use the same export type for packages in both ssr and client"
],
"failed": [
"app dir - external dependency should be able to opt-out 3rd party packages being bundled in server components",
"app dir - external dependency should not apply swc optimizer transform for external packages in browser layer in web worker"
],
"pending": [],
Expand Down

0 comments on commit 45f37a2

Please sign in to comment.