You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: test/fixtures/test-runner/output/describe_it.snapshot
+34-5
Original file line number
Diff line number
Diff line change
@@ -635,8 +635,37 @@ not ok 59 - rejected thenable
635
635
stack: |-
636
636
*
637
637
...
638
+
# Subtest: async describe function
639
+
# Subtest: it inside describe 1
640
+
ok 1 - it inside describe 1
641
+
---
642
+
duration_ms: *
643
+
...
644
+
# Subtest: it inside describe 2
645
+
ok 2 - it inside describe 2
646
+
---
647
+
duration_ms: *
648
+
...
649
+
# Subtest: inner describe
650
+
# Subtest: it inside inner describe
651
+
ok 1 - it inside inner describe
652
+
---
653
+
duration_ms: *
654
+
...
655
+
1..1
656
+
ok 3 - inner describe
657
+
---
658
+
duration_ms: *
659
+
type: 'suite'
660
+
...
661
+
1..3
662
+
ok 60 - async describe function
663
+
---
664
+
duration_ms: *
665
+
type: 'suite'
666
+
...
638
667
# Subtest: invalid subtest fail
639
-
not ok 60 - invalid subtest fail
668
+
not ok 61 - invalid subtest fail
640
669
---
641
670
duration_ms: *
642
671
failureType: 'parentAlreadyFinished'
@@ -645,16 +674,16 @@ not ok 60 - invalid subtest fail
645
674
stack: |-
646
675
*
647
676
...
648
-
1..60
677
+
1..61
649
678
# Warning: Test "unhandled rejection - passes but warns" generated asynchronous activity after the test ended. This activity created the error "Error: rejected from unhandled rejection fail" and would have caused the test to fail, but instead triggered an unhandledRejection event.
650
679
# Warning: Test "async unhandled rejection - passes but warns" generated asynchronous activity after the test ended. This activity created the error "Error: rejected from async unhandled rejection fail" and would have caused the test to fail, but instead triggered an unhandledRejection event.
651
680
# Warning: Test "immediate throw - passes but warns" generated asynchronous activity after the test ended. This activity created the error "Error: thrown from immediate throw fail" and would have caused the test to fail, but instead triggered an uncaughtException event.
652
681
# Warning: Test "immediate reject - passes but warns" generated asynchronous activity after the test ended. This activity created the error "Error: rejected from immediate reject fail" and would have caused the test to fail, but instead triggered an unhandledRejection event.
653
682
# Warning: Test "callback called twice in different ticks" generated asynchronous activity after the test ended. This activity created the error "Error [ERR_TEST_FAILURE]: callback invoked multiple times" and would have caused the test to fail, but instead triggered an uncaughtException event.
654
683
# Warning: Test "callback async throw after done" generated asynchronous activity after the test ended. This activity created the error "Error: thrown from callback async throw after done" and would have caused the test to fail, but instead triggered an uncaughtException event.
0 commit comments