1TAP version 13 2# Subtest: pass 3ok 1 - pass 4 --- 5 duration_ms: * 6 ... 7# Subtest: never resolving promise 8not ok 2 - never resolving promise 9 --- 10 duration_ms: * 11 location: '/test/fixtures/test-runner/output/unresolved_promise.js:(LINE):1' 12 failureType: 'cancelledByParent' 13 error: 'Promise resolution is still pending but the event loop has already resolved' 14 code: 'ERR_TEST_FAILURE' 15 stack: |- 16 * 17 ... 18# Subtest: fail 19not ok 3 - fail 20 --- 21 duration_ms: * 22 location: '/test/fixtures/test-runner/output/unresolved_promise.js:(LINE):1' 23 failureType: 'cancelledByParent' 24 error: 'Promise resolution is still pending but the event loop has already resolved' 25 code: 'ERR_TEST_FAILURE' 26 stack: |- 27 * 28 ... 291..3 30# tests 3 31# suites 0 32# pass 1 33# fail 0 34# cancelled 2 35# skipped 0 36# todo 0 37# duration_ms * 38