/
githubmirror
/
deno
Обзор
Документация
Войти
/
githubmirror
/
deno
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
tests/specs/test/hide_stacktraces/junit.out
27 строк
593 B
Hajime-san
feat(cli/tools): add a subcommand `--hide-stacktraces` for test (#24095)
20 авг 2024, 04:27
Не верифицирован
20 авг 2024, 04:27
19bcb40
Код
Авторство
О чём код?
<?xml version="1.0" encoding="UTF-8"?> <testsuites name="deno test" tests="1" failures="1" errors="0" time="[WILDCARD]"> <testsuite name="./main.js" tests="1" disabled="0" errors="0" failures="1"> <testcase name="assert a b" classname="./main.js" time="[WILDCARD]" line="1" col="6"> <failure message="Uncaught AssertionError: Values are not equal. [Diff] Actual / Expected - foo + bar ">AssertionError: Values are not equal. [Diff] Actual / Expected - foo + bar </failure> </testcase> </testsuite> </testsuites> error: Test failed