/
githubmirror
/
jest
Обзор
Документация
Войти
/
githubmirror
/
jest
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
packages/jest-cli/src/index.ts
9 строк
278 B
donglin
feat(jest-cli): export `buildArgv` #12456 (#15310)
15 янв 2025, 12:51
Не верифицирован
15 янв 2025, 12:51
45f56d5
Код
Авторство
О чём код?
/** * 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. */ export {run, buildArgv} from './run'; export {options as yargsOptions} from './args';