/
githubmirror
/
react-native
Обзор
Документация
Войти
/
githubmirror
/
react-native
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
packages/rn-tester/IntegrationTests/launchWebSocketServer.sh
12 строк
398 B
Riccardo Cipolleschi
Re-enable iOS integration tests (#37571)
25 май 2023, 16:28
25 май 2023, 16:28
bdeb09b
Код
Авторство
О чём код?
#!/bin/bash # 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. THIS_DIR=$(cd -P "$(dirname "$(readlink "${BASH_SOURCE[0]}" || echo "${BASH_SOURCE[0]}")")" && pwd) pushd "$THIS_DIR" || exit ./websocket_integration_test_server.js popd || exit echo "Process terminated."