@@ -14,6 +14,7 @@ run_start
1414run_describe_start: ROOT_DESCRIBE_BLOCK
1515run_describe_start: describe
1616run_describe_start: child describe
17+ Invocations: 1
1718test_start: my test
1819hook_start: beforeEach
1920hook_success: beforeEach
@@ -68,24 +69,29 @@ finish_describe_definition: 2nd describe
6869run_start
6970run_describe_start: ROOT_DESCRIBE_BLOCK
7071run_describe_start: describe
72+ Invocations: 1
7173test_start: one
7274test_fn_start: one
7375test_fn_success: one
7476test_done: one
77+ Invocations: 1
7578test_start: two
7679test_fn_start: two
7780test_fn_success: two
7881test_done: two
7982run_describe_start: 2nd level describe
83+ Invocations: 1
8084test_start: 2nd level test
8185test_fn_start: 2nd level test
8286test_fn_success: 2nd level test
8387test_done: 2nd level test
8488run_describe_start: 3rd level describe
89+ Invocations: 1
8590test_start: 3rd level test
8691test_fn_start: 3rd level test
8792test_fn_success: 3rd level test
8893test_done: 3rd level test
94+ Invocations: 1
8995test_start: 3rd level test#2
9096test_fn_start: 3rd level test#2
9197test_fn_success: 3rd level test#2
@@ -98,6 +104,7 @@ hook_start: afterAll
98104hook_success: afterAll
99105run_describe_finish: describe
100106run_describe_start: 2nd describe
107+ Invocations: 1
101108test_start: 2nd describe test
102109test_fn_start: 2nd describe test
103110test_fn_success: 2nd describe test
0 commit comments