/
githubmirror
/
deno
Обзор
Документация
Войти
/
githubmirror
/
deno
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
tests/specs/test/hide_stacktraces/__test__.jsonc
24 строки
577 B
Hajime-san
feat(cli/tools): add a subcommand `--hide-stacktraces` for test (#24095)
20 авг 2024, 04:27
Не верифицирован
20 авг 2024, 04:27
19bcb40
Код
Авторство
О чём код?
{ "tests": { "reporter_dot": { "args": "test --hide-stacktraces --reporter=dot main.js", "output": "dot.out", "exitCode": 1 }, "reporter_junit": { "args": "test --hide-stacktraces --reporter=junit main.js", "output": "junit.out", "exitCode": 1 }, "reporter_pretty": { "args": "test --hide-stacktraces main.js", "output": "pretty.out", "exitCode": 1 }, "reporter_tap": { "args": "test --hide-stacktraces --reporter=tap main.js", "output": "tap.out", "exitCode": 1 } } }