@@ -43,6 +43,7 @@ TAP version 13
43
43
failureType: 'testAborted'
44
44
error: 'This operation was aborted'
45
45
code: 20
46
+ name: 'AbortError'
46
47
stack: |-
47
48
*
48
49
*
@@ -62,6 +63,7 @@ TAP version 13
62
63
failureType: 'testAborted'
63
64
error: 'This operation was aborted'
64
65
code: 20
66
+ name: 'AbortError'
65
67
stack: |-
66
68
*
67
69
*
@@ -81,6 +83,7 @@ TAP version 13
81
83
failureType: 'testAborted'
82
84
error: 'This operation was aborted'
83
85
code: 20
86
+ name: 'AbortError'
84
87
stack: |-
85
88
*
86
89
*
@@ -100,6 +103,7 @@ not ok 1 - promise timeout signal
100
103
failureType: 'testAborted'
101
104
error: 'The operation was aborted due to timeout'
102
105
code: 23
106
+ name: 'TimeoutError'
103
107
stack: |-
104
108
*
105
109
*
@@ -113,6 +117,7 @@ not ok 2 - promise abort signal
113
117
failureType: 'testAborted'
114
118
error: 'This operation was aborted'
115
119
code: 20
120
+ name: 'AbortError'
116
121
stack: |-
117
122
*
118
123
*
@@ -168,6 +173,7 @@ not ok 2 - promise abort signal
168
173
failureType: 'testAborted'
169
174
error: 'This operation was aborted'
170
175
code: 20
176
+ name: 'AbortError'
171
177
stack: |-
172
178
*
173
179
*
@@ -187,6 +193,7 @@ not ok 2 - promise abort signal
187
193
failureType: 'testAborted'
188
194
error: 'This operation was aborted'
189
195
code: 20
196
+ name: 'AbortError'
190
197
stack: |-
191
198
*
192
199
*
@@ -206,6 +213,7 @@ not ok 2 - promise abort signal
206
213
failureType: 'testAborted'
207
214
error: 'This operation was aborted'
208
215
code: 20
216
+ name: 'AbortError'
209
217
stack: |-
210
218
*
211
219
*
@@ -225,6 +233,7 @@ not ok 3 - callback timeout signal
225
233
failureType: 'testAborted'
226
234
error: 'The operation was aborted due to timeout'
227
235
code: 23
236
+ name: 'TimeoutError'
228
237
stack: |-
229
238
*
230
239
*
@@ -238,6 +247,7 @@ not ok 4 - callback abort signal
238
247
failureType: 'testAborted'
239
248
error: 'This operation was aborted'
240
249
code: 20
250
+ name: 'AbortError'
241
251
stack: |-
242
252
*
243
253
*
0 commit comments