Skip to content

Commit

Permalink
Add Jest entry file for external-server-runtime (facebook#25484)
Browse files Browse the repository at this point in the history
Follow-up to facebook#25482.

This file is created during build, but we need an entry point for local
development, too.
  • Loading branch information
acdlite authored and mofeiZ committed Dec 5, 2022
1 parent 0388d95 commit 1276c2f
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions packages/react-dom/unstable_server-external-runtime.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
/**
* Copyright (c) Facebook, Inc. and its affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*
* @flow
*/

export * from 'react-dom/src/server/ReactDOMServerExternalRuntime';

0 comments on commit 1276c2f

Please sign in to comment.