@@ -11,6 +11,32 @@ not ok 1 - TypeError: test.serial.test is not a function
11
11
# bad-test-chain.js exited with a non-zero exit code: 1
12
12
not ok 2 - bad-test-chain.js exited with a non-zero exit code: 1
13
13
---tty-stream-chunk-separator
14
+ # nested-objects › format with max depth 4
15
+ not ok 3 - nested-objects [90m[2m›[22m[39m format with max depth 4
16
+ ---
17
+ name: AssertionError
18
+ assertion: deepEqual
19
+ values:
20
+ 'Difference:': |2-
21
+ {
22
+ a: {
23
+ b: {
24
+ foo: 'bar',
25
+ },
26
+ },
27
+ + c: {
28
+ + d: {
29
+ + e: {
30
+ + foo: 'bar',
31
+ + },
32
+ + },
33
+ + },
34
+ }
35
+ at: |-
36
+ t (test-tap/fixture/report/regular/nested-objects.js:28:4)
37
+ process._tickCallback (internal/process/next_tick.js:68:7)
38
+ ...
39
+ ---tty-stream-chunk-separator
14
40
# output-in-hook › before hook
15
41
---tty-stream-chunk-separator
16
42
# output-in-hook › before hook
@@ -26,10 +52,10 @@ not ok 2 - bad-test-chain.js exited with a non-zero exit code: 1
26
52
# beforeEach
27
53
---tty-stream-chunk-separator
28
54
# output-in-hook › passing test
29
- ok 3 - output-in-hook [90m[2m›[22m[39m passing test
55
+ ok 4 - output-in-hook [90m[2m›[22m[39m passing test
30
56
---tty-stream-chunk-separator
31
57
# output-in-hook › failing test
32
- not ok 4 - output-in-hook [90m[2m›[22m[39m failing test
58
+ not ok 5 - output-in-hook [90m[2m›[22m[39m failing test
33
59
---
34
60
name: AssertionError
35
61
message: Test failed via `t.fail()`
@@ -56,16 +82,16 @@ not ok 4 - output-in-hook [90m[2m›[22m[39m failing test
56
82
# afterAlways
57
83
---tty-stream-chunk-separator
58
84
# test › skip
59
- ok 5 - test [90m[2m›[22m[39m skip # SKIP
85
+ ok 6 - test [90m[2m›[22m[39m skip # SKIP
60
86
---tty-stream-chunk-separator
61
87
# test › todo
62
- not ok 6 - test [90m[2m›[22m[39m todo # TODO
88
+ not ok 7 - test [90m[2m›[22m[39m todo # TODO
63
89
---tty-stream-chunk-separator
64
90
# test › passes
65
- ok 7 - test [90m[2m›[22m[39m passes
91
+ ok 8 - test [90m[2m›[22m[39m passes
66
92
---tty-stream-chunk-separator
67
93
# test › fails
68
- not ok 8 - test [90m[2m›[22m[39m fails
94
+ not ok 9 - test [90m[2m›[22m[39m fails
69
95
---
70
96
name: AssertionError
71
97
message: Test failed via `t.fail()`
@@ -76,10 +102,10 @@ not ok 8 - test [90m[2m›[22m[39m fails
76
102
...
77
103
---tty-stream-chunk-separator
78
104
# test › known failure
79
- ok 9 - test [90m[2m›[22m[39m known failure
105
+ ok 10 - test [90m[2m›[22m[39m known failure
80
106
---tty-stream-chunk-separator
81
107
# test › no longer failing
82
- not ok 10 - test [90m[2m›[22m[39m no longer failing
108
+ not ok 11 - test [90m[2m›[22m[39m no longer failing
83
109
---
84
110
name: Error
85
111
message: >-
@@ -89,7 +115,7 @@ not ok 10 - test [90m[2m›[22m[39m no longer failing
89
115
...
90
116
---tty-stream-chunk-separator
91
117
# test › logs
92
- not ok 11 - test [90m[2m›[22m[39m logs
118
+ not ok 12 - test [90m[2m›[22m[39m logs
93
119
* hello
94
120
* world
95
121
---
@@ -102,7 +128,7 @@ not ok 11 - test [90m[2m›[22m[39m logs
102
128
...
103
129
---tty-stream-chunk-separator
104
130
# test › formatted
105
- not ok 12 - test [90m[2m›[22m[39m formatted
131
+ not ok 13 - test [90m[2m›[22m[39m formatted
106
132
---
107
133
name: AssertionError
108
134
assertion: deepEqual
@@ -116,7 +142,7 @@ not ok 12 - test [90m[2m›[22m[39m formatted
116
142
...
117
143
---tty-stream-chunk-separator
118
144
# test › power-assert
119
- not ok 13 - test [90m[2m›[22m[39m power-assert
145
+ not ok 14 - test [90m[2m›[22m[39m power-assert
120
146
---
121
147
name: AssertionError
122
148
assertion: assert
@@ -129,7 +155,7 @@ not ok 13 - test [90m[2m›[22m[39m power-assert
129
155
...
130
156
---tty-stream-chunk-separator
131
157
# test › bad throws
132
- not ok 14 - test [90m[2m›[22m[39m bad throws
158
+ not ok 15 - test [90m[2m›[22m[39m bad throws
133
159
---
134
160
name: AssertionError
135
161
message: Improper usage of `t.throws()` detected
@@ -146,7 +172,7 @@ not ok 14 - test [90m[2m›[22m[39m bad throws
146
172
...
147
173
---tty-stream-chunk-separator
148
174
# test › bad notThrows
149
- not ok 15 - test [90m[2m›[22m[39m bad notThrows
175
+ not ok 16 - test [90m[2m›[22m[39m bad notThrows
150
176
---
151
177
name: AssertionError
152
178
message: Improper usage of `t.notThrows()` detected
@@ -163,7 +189,7 @@ not ok 15 - test [90m[2m›[22m[39m bad notThrows
163
189
...
164
190
---tty-stream-chunk-separator
165
191
# test › implementation throws non-error
166
- not ok 16 - test [90m[2m›[22m[39m implementation throws non-error
192
+ not ok 17 - test [90m[2m›[22m[39m implementation throws non-error
167
193
---
168
194
name: AssertionError
169
195
message: Error thrown in test
@@ -173,7 +199,7 @@ not ok 16 - test [90m[2m›[22m[39m implementation throws non-error
173
199
...
174
200
---tty-stream-chunk-separator
175
201
# traces-in-t-throws › throws
176
- not ok 17 - traces-in-t-throws [90m[2m›[22m[39m throws
202
+ not ok 18 - traces-in-t-throws [90m[2m›[22m[39m throws
177
203
---
178
204
name: AssertionError
179
205
assertion: throws
@@ -195,7 +221,7 @@ not ok 17 - traces-in-t-throws [90m[2m›[22m[39m throws
195
221
...
196
222
---tty-stream-chunk-separator
197
223
# traces-in-t-throws › notThrows
198
- not ok 18 - traces-in-t-throws [90m[2m›[22m[39m notThrows
224
+ not ok 19 - traces-in-t-throws [90m[2m›[22m[39m notThrows
199
225
---
200
226
name: AssertionError
201
227
assertion: notThrows
@@ -216,7 +242,7 @@ not ok 18 - traces-in-t-throws [90m[2m›[22m[39m notThrows
216
242
...
217
243
---tty-stream-chunk-separator
218
244
# traces-in-t-throws › notThrowsAsync
219
- not ok 19 - traces-in-t-throws [90m[2m›[22m[39m notThrowsAsync
245
+ not ok 20 - traces-in-t-throws [90m[2m›[22m[39m notThrowsAsync
220
246
---
221
247
name: AssertionError
222
248
assertion: notThrowsAsync
@@ -233,7 +259,7 @@ not ok 19 - traces-in-t-throws [90m[2m›[22m[39m notThrowsAsync
233
259
...
234
260
---tty-stream-chunk-separator
235
261
# traces-in-t-throws › throwsAsync
236
- not ok 20 - traces-in-t-throws [90m[2m›[22m[39m throwsAsync
262
+ not ok 21 - traces-in-t-throws [90m[2m›[22m[39m throwsAsync
237
263
---
238
264
name: AssertionError
239
265
assertion: throwsAsync
@@ -250,7 +276,7 @@ not ok 20 - traces-in-t-throws [90m[2m›[22m[39m throwsAsync
250
276
...
251
277
---tty-stream-chunk-separator
252
278
# traces-in-t-throws › throwsAsync different error
253
- not ok 21 - traces-in-t-throws [90m[2m›[22m[39m throwsAsync different error
279
+ not ok 22 - traces-in-t-throws [90m[2m›[22m[39m throwsAsync different error
254
280
---
255
281
name: AssertionError
256
282
assertion: throwsAsync
@@ -270,27 +296,27 @@ not ok 21 - traces-in-t-throws [90m[2m›[22m[39m throwsAsync different erro
270
296
...
271
297
---tty-stream-chunk-separator
272
298
# uncaught-exception › passes
273
- ok 22 - uncaught-exception [90m[2m›[22m[39m passes
299
+ ok 23 - uncaught-exception [90m[2m›[22m[39m passes
274
300
---tty-stream-chunk-separator
275
301
# Error: Can’t catch me
276
- not ok 23 - Error: Can’t catch me
302
+ not ok 24 - Error: Can’t catch me
277
303
---
278
304
name: Error
279
305
message: Can’t catch me
280
306
at: 'Timeout.setTimeout (test-tap/fixture/report/regular/uncaught-exception.js:5:9)'
281
307
...
282
308
---tty-stream-chunk-separator
283
309
# uncaught-exception.js exited with a non-zero exit code: 1
284
- not ok 24 - uncaught-exception.js exited with a non-zero exit code: 1
310
+ not ok 25 - uncaught-exception.js exited with a non-zero exit code: 1
285
311
---tty-stream-chunk-separator
286
312
# unhandled-rejection › passes
287
- ok 25 - unhandled-rejection [90m[2m›[22m[39m passes
313
+ ok 26 - unhandled-rejection [90m[2m›[22m[39m passes
288
314
---tty-stream-chunk-separator
289
315
# unhandled-rejection › unhandled non-error rejection
290
- ok 26 - unhandled-rejection [90m[2m›[22m[39m unhandled non-error rejection
316
+ ok 27 - unhandled-rejection [90m[2m›[22m[39m unhandled non-error rejection
291
317
---tty-stream-chunk-separator
292
318
# Error: Can’t catch me
293
- not ok 27 - Error: Can’t catch me
319
+ not ok 28 - Error: Can’t catch me
294
320
---
295
321
name: Error
296
322
message: Can’t catch me
@@ -300,17 +326,17 @@ not ok 27 - Error: Can’t catch me
300
326
...
301
327
---tty-stream-chunk-separator
302
328
# unhandled-rejection
303
- not ok 28 - unhandled-rejection
329
+ not ok 29 - unhandled-rejection
304
330
---
305
331
message: Non-error object
306
332
formatted: 'null'
307
333
...
308
334
---tty-stream-chunk-separator
309
335
310
- 1..22
311
- # tests 21
336
+ 1..23
337
+ # tests 22
312
338
# pass 6
313
339
# skip 1
314
- # fail 21
340
+ # fail 22
315
341
316
342
---tty-stream-chunk-separator
0 commit comments