@@ -43,6 +43,7 @@ TAP version 13
4343 failureType: 'testAborted'
4444 error: 'This operation was aborted'
4545 code: 20
46+ name: 'AbortError'
4647 stack: |-
4748 *
4849 *
@@ -62,6 +63,7 @@ TAP version 13
6263 failureType: 'testAborted'
6364 error: 'This operation was aborted'
6465 code: 20
66+ name: 'AbortError'
6567 stack: |-
6668 *
6769 *
@@ -81,6 +83,7 @@ TAP version 13
8183 failureType: 'testAborted'
8284 error: 'This operation was aborted'
8385 code: 20
86+ name: 'AbortError'
8487 stack: |-
8588 *
8689 *
@@ -100,6 +103,7 @@ not ok 1 - promise timeout signal
100103 failureType: 'testAborted'
101104 error: 'The operation was aborted due to timeout'
102105 code: 23
106+ name: 'TimeoutError'
103107 stack: |-
104108 *
105109 *
@@ -113,6 +117,7 @@ not ok 2 - promise abort signal
113117 failureType: 'testAborted'
114118 error: 'This operation was aborted'
115119 code: 20
120+ name: 'AbortError'
116121 stack: |-
117122 *
118123 *
@@ -168,6 +173,7 @@ not ok 2 - promise abort signal
168173 failureType: 'testAborted'
169174 error: 'This operation was aborted'
170175 code: 20
176+ name: 'AbortError'
171177 stack: |-
172178 *
173179 *
@@ -187,6 +193,7 @@ not ok 2 - promise abort signal
187193 failureType: 'testAborted'
188194 error: 'This operation was aborted'
189195 code: 20
196+ name: 'AbortError'
190197 stack: |-
191198 *
192199 *
@@ -206,6 +213,7 @@ not ok 2 - promise abort signal
206213 failureType: 'testAborted'
207214 error: 'This operation was aborted'
208215 code: 20
216+ name: 'AbortError'
209217 stack: |-
210218 *
211219 *
@@ -225,6 +233,7 @@ not ok 3 - callback timeout signal
225233 failureType: 'testAborted'
226234 error: 'The operation was aborted due to timeout'
227235 code: 23
236+ name: 'TimeoutError'
228237 stack: |-
229238 *
230239 *
@@ -238,6 +247,7 @@ not ok 4 - callback abort signal
238247 failureType: 'testAborted'
239248 error: 'This operation was aborted'
240249 code: 20
250+ name: 'AbortError'
241251 stack: |-
242252 *
243253 *
0 commit comments