/
githubmirror
/
react-native
Обзор
Документация
Войти
/
githubmirror
/
react-native
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
private/react-native-fantom/runner/global-setup/setup.js
13 строк
347 B
Rubén Norte
Small refactor of Fantom global setup (#52766)
23 июл 2025, 14:41
23 июл 2025, 14:41
3c087fc
Код
Авторство
О чём код?
/** * 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. * * @flow strict-local * @format */ require('../../../../scripts/shared/babelRegister').registerForMonorepo(); module.exports = require('./globalSetup');