/
githubmirror
/
deno
Обзор
Документация
Войти
/
githubmirror
/
deno
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
tests/specs/node/node_test_nested_top_level/test.out
17 строк
648 B
Bartek Iwańczuk
fix(node/test): route nested top-level test() to a subtest (#35406)
22 июн 2026, 12:48
Не верифицирован
22 июн 2026, 12:48
a6f2917
Код
Авторство
О чём код?
running 3 tests from ./test.js outer ... inner declared with top-level test() ... ok ([WILDLINE]) outer ... ok ([WILDLINE]) outer with mixed nesting ... via t.test() ... ok ([WILDLINE]) via top-level test() ... nested two levels deep ... ok ([WILDLINE]) via top-level test() ... ok ([WILDLINE]) outer with mixed nesting ... ok ([WILDLINE]) failing nested test fails its parent ... nested failure ... FAILED ([WILDLINE]) failing nested test fails its parent ... FAILED (due to 1 failed step) ([WILDLINE]) [WILDCARD] ERRORS [WILDCARD] FAILURES [WILDCARD] FAILED | 2 passed (4 steps) | 1 failed (1 step) ([WILDLINE]) error: Test failed