Skip to content

Commit

Permalink
Add tests to test manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
timneutkens committed Dec 14, 2023
1 parent 317e719 commit 34e2337
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion test/turbopack-tests-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -1137,7 +1137,12 @@
"Error overlay - RSC build errors should error when useState from react is used in server component",
"Error overlay - RSC build errors should error when useSyncExternalStore from react is used in server component",
"Error overlay - RSC build errors should error when useTransition from react is used in server component",
"Error overlay - RSC build errors should error when useOptimistic from react is used in server component"
"Error overlay - RSC build errors should error when useOptimistic from react is used in server component",
"Error overlay - RSC build errors should error when findDOMNode from react-dom is used in server component",
"Error overlay - RSC build errors should error when flushSync from react-dom is used in server component",
"Error overlay - RSC build errors should error when unstable_batchedUpdates from react-dom is used in server component",
"Error overlay - RSC build errors should error when useFormStatus from react-dom is used in server component",
"Error overlay - RSC build errors should error when useFormState from react-dom is used in server component"
],
"pending": [
"Error overlay - RSC build errors should throw an error when getStaticProps is used"
Expand Down

0 comments on commit 34e2337

Please sign in to comment.