1TAP version 13 2# Subtest: describe hooks with no global tests 3 # Subtest: 1 4 ok 1 - 1 5 --- 6 duration_ms: * 7 ... 8 # Subtest: 2 9 ok 2 - 2 10 --- 11 duration_ms: * 12 ... 13 # Subtest: nested 14 # Subtest: nested 1 15 ok 1 - nested 1 16 --- 17 duration_ms: * 18 ... 19 # Subtest: nested 2 20 ok 2 - nested 2 21 --- 22 duration_ms: * 23 ... 24 1..2 25 ok 3 - nested 26 --- 27 duration_ms: * 28 type: 'suite' 29 ... 30 1..3 31ok 1 - describe hooks with no global tests 32 --- 33 duration_ms: * 34 type: 'suite' 35 ... 361..1 37# tests 4 38# suites 2 39# pass 4 40# fail 0 41# cancelled 0 42# skipped 0 43# todo 0 44# duration_ms * 45