@@ -25,6 +25,7 @@ not ok 3 - sync todo # TODO
2525 *
2626 *
2727 *
28+ *
2829 ...
2930# Subtest: sync todo with message
3031not ok 4 - sync todo with message # TODO this is a failing todo
@@ -42,6 +43,7 @@ not ok 4 - sync todo with message # TODO this is a failing todo
4243 *
4344 *
4445 *
46+ *
4547 ...
4648# Subtest: sync skip pass
4749ok 5 - sync skip pass # SKIP
@@ -74,6 +76,7 @@ not ok 8 - sync throw fail
7476 *
7577 *
7678 *
79+ *
7780 ...
7881# Subtest: async skip pass
7982ok 9 - async skip pass # SKIP
@@ -106,6 +109,7 @@ not ok 12 - async throw fail
106109 *
107110 *
108111 *
112+ *
109113 ...
110114# Subtest: async skip fail
111115not ok 13 - async skip fail # SKIP
@@ -140,6 +144,7 @@ not ok 14 - async assertion fail
140144 *
141145 *
142146 *
147+ *
143148 ...
144149# Subtest: resolve pass
145150ok 15 - resolve pass
@@ -162,6 +167,7 @@ not ok 16 - reject fail
162167 *
163168 *
164169 *
170+ *
165171 ...
166172# Subtest: unhandled rejection - passes but warns
167173ok 17 - unhandled rejection - passes but warns
@@ -204,10 +210,10 @@ ok 21 - immediate resolve pass
204210 *
205211 *
206212 *
213+ *
207214 new Promise (<anonymous>)
208215 *
209216 *
210- Array.map (<anonymous>)
211217 ...
212218 # Subtest: mixing describe/it and test should work
213219 ok 2 - mixing describe/it and test should work
@@ -292,6 +298,7 @@ not ok 28 - sync skip option is false fail
292298 *
293299 *
294300 *
301+ *
295302 ...
296303# Subtest: <anonymous>
297304ok 29 - <anonymous>
@@ -390,6 +397,7 @@ not ok 43 - callback throw
390397 *
391398 *
392399 *
400+ *
393401 ...
394402# Subtest: callback called twice
395403not ok 44 - callback called twice
@@ -474,10 +482,10 @@ not ok 50 - custom inspect symbol that throws fail
474482 *
475483 *
476484 *
485+ *
477486 new Promise (<anonymous>)
478487 *
479488 *
480- Array.map (<anonymous>)
481489 ...
482490 # Subtest: sync throw fails at second
483491 not ok 2 - sync throw fails at second
@@ -497,7 +505,7 @@ not ok 50 - custom inspect symbol that throws fail
497505 *
498506 *
499507 *
500- async Promise.all (index 0)
508+ *
501509 ...
502510 1..2
503511not ok 51 - subtest sync throw fails
@@ -591,6 +599,8 @@ not ok 53 - describe async throw fails
591599 failureType: 'testTimeoutFailure'
592600 error: 'test timed out after 5ms'
593601 code: 'ERR_TEST_FAILURE'
602+ stack: |-
603+ async Promise.all (index 1)
594604 ...
595605 # Subtest: large timeout async test is ok
596606 ok 3 - large timeout async test is ok
0 commit comments