This commit reverts the revert in
bb52656fc6. It also includes the
fix for the issue that required the revert
(https://github.com/nodejs/node/pull/49059#issuecomment-1675171959)
and an additional common.mustCall() in the added test.
Refs: https://github.com/nodejs/node/pull/49059
Refs: https://github.com/nodejs/node/pull/49110
PR-URL: https://github.com/nodejs/node/pull/49116
Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
Reviewed-By: Chemi Atlow <chemi@atlow.co.il>
Reviewed-By: Moshe Atlow <moshe@atlow.co.il>
Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
37 lines
506 B
Text
37 lines
506 B
Text
TAP version 13
|
|
# Subtest: test
|
|
ok 1 - test
|
|
---
|
|
duration_ms: *
|
|
...
|
|
# Subtest: suite
|
|
# Subtest: test
|
|
ok 1 - test
|
|
---
|
|
duration_ms: *
|
|
...
|
|
# Subtest: scheduled async
|
|
ok 2 - scheduled async
|
|
---
|
|
duration_ms: *
|
|
...
|
|
1..2
|
|
ok 2 - suite
|
|
---
|
|
duration_ms: *
|
|
type: 'suite'
|
|
...
|
|
# Subtest: scheduled async
|
|
ok 3 - scheduled async
|
|
---
|
|
duration_ms: *
|
|
...
|
|
1..3
|
|
# tests 4
|
|
# suites 1
|
|
# pass 4
|
|
# fail 0
|
|
# cancelled 0
|
|
# skipped 0
|
|
# todo 0
|
|
# duration_ms *
|