1
1
TAP version 13
2
2
---tty-stream-chunk-separator
3
- # TypeError: test.serial.test is not a function
4
3
not ok 1 - TypeError: test.serial.test is not a function
5
4
---
6
5
name: TypeError
7
6
message: test.serial.test is not a function
8
7
at: 'Object.<anonymous> (test-tap/fixture/report/regular/bad-test-chain.js:3:13)'
9
8
...
10
9
---tty-stream-chunk-separator
11
- # bad-test-chain.js exited with a non-zero exit code: 1
12
10
not ok 2 - bad-test-chain.js exited with a non-zero exit code: 1
13
11
---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
12
+ not ok 3 - nested-objects › format with max depth 4
16
13
---
17
14
name: AssertionError
18
15
assertion: deepEqual
@@ -35,8 +32,7 @@ not ok 3 - nested-objects [90m[2m›[22m[39m format with max depth 4
35
32
at: 't (test-tap/fixture/report/regular/nested-objects.js:28:4)'
36
33
...
37
34
---tty-stream-chunk-separator
38
- # nested-objects › format like with max depth 4
39
- not ok 4 - nested-objects [90m[2m›[22m[39m format like with max depth 4
35
+ not ok 4 - nested-objects › format like with max depth 4
40
36
---
41
37
name: AssertionError
42
38
assertion: like
@@ -57,21 +53,19 @@ not ok 4 - nested-objects [90m[2m›[22m[39m format like with max depth 4
57
53
---tty-stream-chunk-separator
58
54
# output-in-hook › before hook
59
55
---tty-stream-chunk-separator
60
- # before
56
+ # before
61
57
---tty-stream-chunk-separator
62
58
# output-in-hook › beforeEach hook for passing test
63
59
---tty-stream-chunk-separator
64
- # beforeEach
60
+ # beforeEach
65
61
---tty-stream-chunk-separator
66
62
# output-in-hook › beforeEach hook for failing test
67
63
---tty-stream-chunk-separator
68
- # beforeEach
64
+ # beforeEach
69
65
---tty-stream-chunk-separator
70
- # output-in-hook › passing test
71
- ok 5 - output-in-hook [90m[2m›[22m[39m passing test
66
+ ok 5 - output-in-hook › passing test
72
67
---tty-stream-chunk-separator
73
- # output-in-hook › failing test
74
- not ok 6 - output-in-hook [90m[2m›[22m[39m failing test
68
+ not ok 6 - output-in-hook › failing test
75
69
---
76
70
name: AssertionError
77
71
message: Test failed via `t.fail()`
@@ -81,43 +75,37 @@ not ok 6 - output-in-hook [90m[2m›[22m[39m failing test
81
75
---tty-stream-chunk-separator
82
76
# output-in-hook › afterEach hook for passing test
83
77
---tty-stream-chunk-separator
84
- # afterEach
78
+ # afterEach
85
79
---tty-stream-chunk-separator
86
80
# output-in-hook › afterEach.always hook for failing test
87
81
---tty-stream-chunk-separator
88
- # afterEachAlways
82
+ # afterEachAlways
89
83
---tty-stream-chunk-separator
90
84
# output-in-hook › afterEach.always hook for passing test
91
85
---tty-stream-chunk-separator
92
- # afterEachAlways
86
+ # afterEachAlways
93
87
---tty-stream-chunk-separator
94
88
# output-in-hook › cleanup
95
89
---tty-stream-chunk-separator
96
- # afterAlways
90
+ # afterAlways
97
91
---tty-stream-chunk-separator
98
- # test › skip
99
- ok 7 - test [90m[2m›[22m[39m skip # SKIP
92
+ ok 7 - test › skip # SKIP
100
93
---tty-stream-chunk-separator
101
- # test › todo
102
- not ok 8 - test [90m[2m›[22m[39m todo # TODO
94
+ not ok 8 - test › todo # TODO
103
95
---tty-stream-chunk-separator
104
- # test › passes
105
- ok 9 - test [90m[2m›[22m[39m passes
96
+ ok 9 - test › passes
106
97
---tty-stream-chunk-separator
107
- # test › fails
108
- not ok 10 - test [90m[2m›[22m[39m fails
98
+ not ok 10 - test › fails
109
99
---
110
100
name: AssertionError
111
101
message: Test failed via `t.fail()`
112
102
assertion: fail
113
103
at: 't (test-tap/fixture/report/regular/test.js:9:22)'
114
104
...
115
105
---tty-stream-chunk-separator
116
- # test › known failure
117
- ok 11 - test [90m[2m›[22m[39m known failure
106
+ ok 11 - test › known failure
118
107
---tty-stream-chunk-separator
119
- # test › no longer failing
120
- not ok 12 - test [90m[2m›[22m[39m no longer failing
108
+ not ok 12 - test › no longer failing
121
109
---
122
110
name: Error
123
111
message: >-
@@ -126,19 +114,17 @@ not ok 12 - test [90m[2m›[22m[39m no longer failing
126
114
at: ''
127
115
...
128
116
---tty-stream-chunk-separator
129
- # test › logs
130
- not ok 13 - test [90m[2m›[22m[39m logs
131
- * hello
132
- * world
117
+ not ok 13 - test › logs
118
+ # hello
119
+ # world
133
120
---
134
121
name: AssertionError
135
122
message: Test failed via `t.fail()`
136
123
assertion: fail
137
124
at: 't (test-tap/fixture/report/regular/test.js:18:4)'
138
125
...
139
126
---tty-stream-chunk-separator
140
- # test › formatted
141
- not ok 14 - test [90m[2m›[22m[39m formatted
127
+ not ok 14 - test › formatted
142
128
---
143
129
name: AssertionError
144
130
assertion: deepEqual
@@ -149,8 +135,7 @@ not ok 14 - test [90m[2m›[22m[39m formatted
149
135
at: 't (test-tap/fixture/report/regular/test.js:22:4)'
150
136
...
151
137
---tty-stream-chunk-separator
152
- # test › power-assert
153
- not ok 15 - test [90m[2m›[22m[39m power-assert
138
+ not ok 15 - test › power-assert
154
139
---
155
140
name: AssertionError
156
141
assertion: assert
@@ -160,8 +145,7 @@ not ok 15 - test [90m[2m›[22m[39m power-assert
160
145
at: 't (test-tap/fixture/report/regular/test.js:27:4)'
161
146
...
162
147
---tty-stream-chunk-separator
163
- # test › bad throws
164
- not ok 16 - test [90m[2m›[22m[39m bad throws
148
+ not ok 16 - test › bad throws
165
149
---
166
150
name: AssertionError
167
151
message: Improper usage of `t.throws()` detected
@@ -176,8 +160,7 @@ not ok 16 - test [90m[2m›[22m[39m bad throws
176
160
t (test-tap/fixture/report/regular/test.js:35:11)
177
161
...
178
162
---tty-stream-chunk-separator
179
- # test › bad notThrows
180
- not ok 17 - test [90m[2m›[22m[39m bad notThrows
163
+ not ok 17 - test › bad notThrows
181
164
---
182
165
name: AssertionError
183
166
message: Improper usage of `t.notThrows()` detected
@@ -192,8 +175,7 @@ not ok 17 - test [90m[2m›[22m[39m bad notThrows
192
175
t (test-tap/fixture/report/regular/test.js:43:14)
193
176
...
194
177
---tty-stream-chunk-separator
195
- # test › implementation throws non-error
196
- not ok 18 - test [90m[2m›[22m[39m implementation throws non-error
178
+ not ok 18 - test › implementation throws non-error
197
179
---
198
180
name: AssertionError
199
181
message: Error thrown in test
@@ -202,8 +184,7 @@ not ok 18 - test [90m[2m›[22m[39m implementation throws non-error
202
184
at: ''
203
185
...
204
186
---tty-stream-chunk-separator
205
- # traces-in-t-throws › throws
206
- not ok 19 - traces-in-t-throws [90m[2m›[22m[39m throws
187
+ not ok 19 - traces-in-t-throws › throws
207
188
---
208
189
name: AssertionError
209
190
assertion: throws
@@ -222,8 +203,7 @@ not ok 19 - traces-in-t-throws [90m[2m›[22m[39m throws
222
203
t (test-tap/fixture/report/regular/traces-in-t-throws.js:12:4)
223
204
...
224
205
---tty-stream-chunk-separator
225
- # traces-in-t-throws › notThrows
226
- not ok 20 - traces-in-t-throws [90m[2m›[22m[39m notThrows
206
+ not ok 20 - traces-in-t-throws › notThrows
227
207
---
228
208
name: AssertionError
229
209
assertion: notThrows
@@ -241,8 +221,7 @@ not ok 20 - traces-in-t-throws [90m[2m›[22m[39m notThrows
241
221
t (test-tap/fixture/report/regular/traces-in-t-throws.js:16:4)
242
222
...
243
223
---tty-stream-chunk-separator
244
- # traces-in-t-throws › notThrowsAsync
245
- not ok 21 - traces-in-t-throws [90m[2m›[22m[39m notThrowsAsync
224
+ not ok 21 - traces-in-t-throws › notThrowsAsync
246
225
---
247
226
name: AssertionError
248
227
assertion: notThrowsAsync
@@ -257,8 +236,7 @@ not ok 21 - traces-in-t-throws [90m[2m›[22m[39m notThrowsAsync
257
236
t (test-tap/fixture/report/regular/traces-in-t-throws.js:20:4)
258
237
...
259
238
---tty-stream-chunk-separator
260
- # traces-in-t-throws › throwsAsync
261
- not ok 22 - traces-in-t-throws [90m[2m›[22m[39m throwsAsync
239
+ not ok 22 - traces-in-t-throws › throwsAsync
262
240
---
263
241
name: AssertionError
264
242
assertion: throwsAsync
@@ -273,8 +251,7 @@ not ok 22 - traces-in-t-throws [90m[2m›[22m[39m throwsAsync
273
251
t (test-tap/fixture/report/regular/traces-in-t-throws.js:24:4)
274
252
...
275
253
---tty-stream-chunk-separator
276
- # traces-in-t-throws › throwsAsync different error
277
- not ok 23 - traces-in-t-throws [90m[2m›[22m[39m throwsAsync different error
254
+ not ok 23 - traces-in-t-throws › throwsAsync different error
278
255
---
279
256
name: AssertionError
280
257
assertion: throwsAsync
@@ -291,10 +268,8 @@ not ok 23 - traces-in-t-throws [90m[2m›[22m[39m throwsAsync different erro
291
268
t (test-tap/fixture/report/regular/traces-in-t-throws.js:28:11)
292
269
...
293
270
---tty-stream-chunk-separator
294
- # uncaught-exception › passes
295
- ok 24 - uncaught-exception [90m[2m›[22m[39m passes
271
+ ok 24 - uncaught-exception › passes
296
272
---tty-stream-chunk-separator
297
- # Error: Can’t catch me
298
273
not ok 25 - Error: Can’t catch me
299
274
---
300
275
name: Error
@@ -304,24 +279,19 @@ not ok 25 - Error: Can’t catch me
304
279
(test-tap/fixture/report/regular/uncaught-exception.js:5:9)
305
280
...
306
281
---tty-stream-chunk-separator
307
- # uncaught-exception.js exited with a non-zero exit code: 1
308
282
not ok 26 - uncaught-exception.js exited with a non-zero exit code: 1
309
283
---tty-stream-chunk-separator
310
- # unhandled-rejection › passes
311
- ok 27 - unhandled-rejection [90m[2m›[22m[39m passes
284
+ ok 27 - unhandled-rejection › passes
312
285
---tty-stream-chunk-separator
313
- # unhandled-rejection › unhandled non-error rejection
314
- ok 28 - unhandled-rejection [90m[2m›[22m[39m unhandled non-error rejection
286
+ ok 28 - unhandled-rejection › unhandled non-error rejection
315
287
---tty-stream-chunk-separator
316
- # Error: Can’t catch me
317
288
not ok 29 - Error: Can’t catch me
318
289
---
319
290
name: Error
320
291
message: Can’t catch me
321
292
at: 'passes (test-tap/fixture/report/regular/unhandled-rejection.js:4:17)'
322
293
...
323
294
---tty-stream-chunk-separator
324
- # unhandled-rejection
325
295
not ok 30 - unhandled-rejection
326
296
---
327
297
message: Non-error object
0 commit comments