Skip to content

Commit 3afbda0

Browse files
author
0xArdi-N
committed
doc:change duration to duration_ns on test documentation
1 parent 44b8a06 commit 3afbda0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/api/test.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2031,7 +2031,7 @@ Emitted when a test fails.
20312031

20322032
* `data` {Object}
20332033
* `details` {Object} Additional execution metadata.
2034-
* `duration` {number} The duration of the test in milliseconds.
2034+
* `duration_ms` {number} The duration of the test in milliseconds.
20352035
* `file` {string|undefined} The path of the test file,
20362036
`undefined` if test was run through the REPL.
20372037
* `name` {string} The test name.

0 commit comments

Comments
 (0)