@@ -32,7 +32,7 @@ TAP version 13
3232 # Subtest: not ok 2
3333 not ok 6 - not ok 2
3434 ---
35- duration_ms: ZERO
35+ duration_ms: *
3636 location: '/test/fixtures/test-runner/output/abort.js:(LINE):7'
3737 failureType: 'cancelledByParent'
3838 error: 'test did not finish before its parent and was cancelled'
@@ -41,7 +41,7 @@ TAP version 13
4141 # Subtest: not ok 3
4242 not ok 7 - not ok 3
4343 ---
44- duration_ms: ZERO
44+ duration_ms: *
4545 location: '/test/fixtures/test-runner/output/abort.js:(LINE):7'
4646 failureType: 'testAborted'
4747 error: 'This operation was aborted'
@@ -62,7 +62,7 @@ TAP version 13
6262 # Subtest: not ok 4
6363 not ok 8 - not ok 4
6464 ---
65- duration_ms: ZERO
65+ duration_ms: *
6666 location: '/test/fixtures/test-runner/output/abort.js:(LINE):7'
6767 failureType: 'testAborted'
6868 error: 'This operation was aborted'
@@ -83,7 +83,7 @@ TAP version 13
8383 # Subtest: not ok 5
8484 not ok 9 - not ok 5
8585 ---
86- duration_ms: ZERO
86+ duration_ms: *
8787 location: '/test/fixtures/test-runner/output/abort.js:(LINE):7'
8888 failureType: 'testAborted'
8989 error: 'This operation was aborted'
@@ -169,7 +169,7 @@ not ok 2 - promise abort signal
169169 # Subtest: not ok 2
170170 not ok 6 - not ok 2
171171 ---
172- duration_ms: ZERO
172+ duration_ms: *
173173 location: '/test/fixtures/test-runner/output/abort.js:(LINE):5'
174174 failureType: 'cancelledByParent'
175175 error: 'test did not finish before its parent and was cancelled'
@@ -178,7 +178,7 @@ not ok 2 - promise abort signal
178178 # Subtest: not ok 3
179179 not ok 7 - not ok 3
180180 ---
181- duration_ms: ZERO
181+ duration_ms: *
182182 location: '/test/fixtures/test-runner/output/abort.js:(LINE):5'
183183 failureType: 'testAborted'
184184 error: 'This operation was aborted'
@@ -199,7 +199,7 @@ not ok 2 - promise abort signal
199199 # Subtest: not ok 4
200200 not ok 8 - not ok 4
201201 ---
202- duration_ms: ZERO
202+ duration_ms: *
203203 location: '/test/fixtures/test-runner/output/abort.js:(LINE):5'
204204 failureType: 'testAborted'
205205 error: 'This operation was aborted'
@@ -220,7 +220,7 @@ not ok 2 - promise abort signal
220220 # Subtest: not ok 5
221221 not ok 9 - not ok 5
222222 ---
223- duration_ms: ZERO
223+ duration_ms: *
224224 location: '/test/fixtures/test-runner/output/abort.js:(LINE):5'
225225 failureType: 'testAborted'
226226 error: 'This operation was aborted'
0 commit comments