From c8faff21dd78de0b92645a839557f8d04b5ef5d3 Mon Sep 17 00:00:00 2001 From: 0xArdi-N Date: Sun, 23 Jul 2023 20:25:21 +0700 Subject: [PATCH] doc: change duration to duration_ns on test documentation --- doc/api/test.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/api/test.md b/doc/api/test.md index 1a8bf3afadd75c..fff418b4c0cea0 100644 --- a/doc/api/test.md +++ b/doc/api/test.md @@ -2031,7 +2031,7 @@ Emitted when a test fails. * `data` {Object} * `details` {Object} Additional execution metadata. - * `duration` {number} The duration of the test in milliseconds. + * `duration_ms` {number} The duration of the test in milliseconds. * `file` {string|undefined} The path of the test file, `undefined` if test was run through the REPL. * `name` {string} The test name.