We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44b8a06 commit 3afbda0Copy full SHA for 3afbda0
doc/api/test.md
@@ -2031,7 +2031,7 @@ Emitted when a test fails.
2031
2032
* `data` {Object}
2033
* `details` {Object} Additional execution metadata.
2034
- * `duration` {number} The duration of the test in milliseconds.
+ * `duration_ms` {number} The duration of the test in milliseconds.
2035
* `file` {string|undefined} The path of the test file,
2036
`undefined` if test was run through the REPL.
2037
* `name` {string} The test name.
0 commit comments