Skip to content

Commit

Permalink
doc: change duration to duration_ns on test documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
0xArdi-N committed Jul 23, 2023
1 parent 44b8a06 commit a20a7c8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/api/test.md
Original file line number Diff line number Diff line change
Expand Up @@ -2014,7 +2014,7 @@ Emitted when a test is enqueued for execution.

* `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.
* `error` {Error} An error wrapping the error thrown by the test.
* `cause` {Error} The actual error thrown by the test.
* `file` {string|undefined} The path of the test file,
Expand All @@ -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.
Expand Down

0 comments on commit a20a7c8

Please sign in to comment.