mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
07b34f4ca3
Summary: Pull Request resolved: https://github.com/facebook/react-native/pull/47612 Changelog: [internal] Just using babel-register so we can use Flow types in the code for the RN integration tests runner. Reviewed By: sammy-SC Differential Revision: D65948801 fbshipit-source-id: 6c54b0463fe4b71c818ff1c4faa973cc8b13b5d2
14 lines
341 B
JavaScript
14 lines
341 B
JavaScript
/**
|
|
* Copyright (c) Meta Platforms, Inc. and affiliates.
|
|
*
|
|
* This source code is licensed under the MIT license found in the
|
|
* LICENSE file in the root directory of this source tree.
|
|
*
|
|
* @format
|
|
* @oncall react_native
|
|
*/
|
|
|
|
require('../../../scripts/build/babel-register').registerForMonorepo();
|
|
|
|
module.exports = require('./runner');
|