@@ -82,8 +82,33 @@ stderr
82
82
---tty-stream-chunk-separator
83
83
[32m✔[39m slow [90m[2m›[22m[39m slow[90m[2m (000ms)[22m[39m
84
84
---tty-stream-chunk-separator
85
+ output-in-hook [90m[2m›[22m[39m before hook
86
+ [35mℹ[39m [90mbefore[39m
87
+ ---tty-stream-chunk-separator
88
+ output-in-hook [90m[2m›[22m[39m beforeEach hook for passing test
89
+ [35mℹ[39m [90mbeforeEach[39m
90
+ ---tty-stream-chunk-separator
91
+ output-in-hook [90m[2m›[22m[39m beforeEach hook for failing test
92
+ [35mℹ[39m [90mbeforeEach[39m
93
+ ---tty-stream-chunk-separator
94
+ [32m✔[39m output-in-hook [90m[2m›[22m[39m passing test
95
+ ---tty-stream-chunk-separator
96
+ [31m✖[39m output-in-hook [90m[2m›[22m[39m failing test [31mTest failed via `t.fail()`[39m
97
+ ---tty-stream-chunk-separator
98
+ output-in-hook [90m[2m›[22m[39m afterEach hook for passing test
99
+ [35mℹ[39m [90mafterEach[39m
100
+ ---tty-stream-chunk-separator
101
+ output-in-hook [90m[2m›[22m[39m afterEach.always hook for failing test
102
+ [35mℹ[39m [90mafterEachAlways[39m
103
+ ---tty-stream-chunk-separator
104
+ output-in-hook [90m[2m›[22m[39m afterEach.always hook for passing test
105
+ [35mℹ[39m [90mafterEachAlways[39m
106
+ ---tty-stream-chunk-separator
107
+ output-in-hook [90m[2m›[22m[39m cleanup
108
+ [35mℹ[39m [90mafterAlways[39m
109
+ ---tty-stream-chunk-separator
85
110
86
- [31m8 tests failed[39m
111
+ [31m9 tests failed[39m
87
112
[31m1 known failure[39m
88
113
[33m1 test skipped[39m
89
114
[34m1 test todo[39m
@@ -222,4 +247,16 @@ stderr
222
247
223
248
[33mnull[39m
224
249
250
+
251
+
252
+ [1moutput-in-hook [90m[2m›[1m[39m failing test[22m
253
+
254
+ [90m~/test/fixture/report/regular/output-in-hook.js:34[39m
255
+
256
+ [90m33:[39m test("failing test", t => {
257
+ [41m 34: t.fail(); [49m
258
+ [90m35:[39m });
259
+
260
+ Test failed via `t.fail()`
261
+
225
262
---tty-stream-chunk-separator
0 commit comments