File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -2014,7 +2014,7 @@ Emitted when a test is enqueued for execution.
2014
2014
2015
2015
* ` data ` {Object}
2016
2016
* ` details ` {Object} Additional execution metadata.
2017
- * ` duration ` {number} The duration of the test in milliseconds.
2017
+ * ` duration_ms ` {number} The duration of the test in milliseconds.
2018
2018
* ` error ` {Error} An error wrapping the error thrown by the test.
2019
2019
* ` cause ` {Error} The actual error thrown by the test.
2020
2020
* ` file ` {string|undefined} The path of the test file,
@@ -2031,7 +2031,7 @@ Emitted when a test fails.
2031
2031
2032
2032
* ` data ` {Object}
2033
2033
* ` 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.
2035
2035
* ` file ` {string|undefined} The path of the test file,
2036
2036
` undefined ` if test was run through the REPL.
2037
2037
* ` name ` {string} The test name.
You can’t perform that action at this time.
0 commit comments