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 3afbda0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/api/test.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 3afbda0

Please sign in to comment.