Skip to content

Commit

Permalink
text(fixture): update manifests
Browse files Browse the repository at this point in the history
  • Loading branch information
kwonoj committed Feb 5, 2024
1 parent 386a299 commit c692442
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions test/turbopack-tests-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -1167,16 +1167,16 @@
"Error overlay - RSC build errors should error when useTransition from react is used in server component",
"Error overlay - RSC build errors should freeze parent resolved metadata to avoid mutating in generateMetadata",
"Error overlay - RSC build errors should throw an error when \"Component\" is imported in server components",
"Error overlay - RSC build errors should throw an error when \"use client\" is on the top level but after other expressions"
],
"failed": [
"Error overlay - RSC build errors should throw an error when \"use client\" is on the top level but after other expressions",
"Error overlay - RSC build errors should allow to use and handle rsc poisoning server-only",
"Error overlay - RSC build errors should throw an error when error file is a server component",
"Error overlay - RSC build errors should throw an error when error file is a server component with empty error file",
"Error overlay - RSC build errors should throw an error when getServerSideProps is used",
"Error overlay - RSC build errors should throw an error when metadata export is used in client components",
"Error overlay - RSC build errors should throw an error when metadata exports are used together in server components"
],
"failed": [
"Error overlay - RSC build errors should throw an error when error file is a server component with empty error file"
],
"pending": [
"Error overlay - RSC build errors should throw an error when getStaticProps is used"
],
Expand Down Expand Up @@ -1413,11 +1413,11 @@
"runtimeError": false
},
"test/development/acceptance/server-component-compiler-errors-in-pages.test.ts": {
"passed": [],
"failed": [
"passed": [
"Error Overlay for server components compiler errors in pages importing 'next/headers' in pages",
"Error Overlay for server components compiler errors in pages importing 'server-only' in pages"
],
"failed": [],
"pending": [],
"flakey": [],
"runtimeError": false
Expand Down

0 comments on commit c692442

Please sign in to comment.