Skip to content

Commit e8a32fb

Browse files
arxngrtargos
authored andcommitted
doc: change duration to duration_ms on test documentation
PR-URL: #48892Fixes: #48887 Reviewed-By: Antoine du Hamel <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Moshe Atlow <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Chemi Atlow <[email protected]>
1 parent c2575c8 commit e8a32fb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎doc/api/test.md‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1955,7 +1955,7 @@ Emitted when a test is enqueued for execution.
19551955

19561956
*`data`{Object}
19571957
*`details`{Object} Additional execution metadata.
1958-
*`duration`{number} The duration of the test in milliseconds.
1958+
*`duration_ms`{number} The duration of the test in milliseconds.
19591959
*`error`{Error} An error wrapping the error thrown by the test.
19601960
*`cause`{Error} The actual error thrown by the test.
19611961
*`file`{string|undefined} The path of the test file,
@@ -1972,7 +1972,7 @@ Emitted when a test fails.
19721972

19731973
*`data`{Object}
19741974
*`details`{Object} Additional execution metadata.
1975-
*`duration`{number} The duration of the test in milliseconds.
1975+
*`duration_ms`{number} The duration of the test in milliseconds.
19761976
*`file`{string|undefined} The path of the test file,
19771977
`undefined` if test was run through the REPL.
19781978
*`name`{string} The test name.

0 commit comments

Comments
(0)