Add Jest entry file for external-server-runtime (#25484)

Follow-up to #25482.

This file is created during build, but we need an entry point for local
development, too.
This commit is contained in:
Andrew Clark
2022-10-15 15:33:33 -04:00
committed by GitHub
parent 54f0e0f730
commit 4e27881cfe

View File

@@ -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';