Skip to content

Commit 1276c2f

Browse files
acdlitemofeiZ
authored andcommitted
Add Jest entry file for external-server-runtime (facebook#25484)
Follow-up to facebook#25482. This file is created during build, but we need an entry point for local development, too.
1 parent 0388d95 commit 1276c2f

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
/**
2+
* Copyright (c) Facebook, Inc. and its affiliates.
3+
*
4+
* This source code is licensed under the MIT license found in the
5+
* LICENSE file in the root directory of this source tree.
6+
*
7+
* @flow
8+
*/
9+
10+
export * from 'react-dom/src/server/ReactDOMServerExternalRuntime';

0 commit comments

Comments
 (0)