Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
nits
  • Loading branch information
cjihrig committed Jan 14, 2025
commit 13b01807aef041fae809fd1cdd7da1c649bfe77a
5 changes: 3 additions & 2 deletions doc/api/test.md
Original file line number Diff line number Diff line change
Expand Up @@ -3614,8 +3614,9 @@ test('top level test', async (t) => {
added: REPLACEME
-->

* `condition` {Function|AsyncFunction} A function that is invoked periodically
until it completes successfully or the defined polling timeout elapses. This
* `condition` {Function|AsyncFunction} An assertion function that is invoked
periodically until it completes successfully or the defined polling timeout
elapses. Successful completion is defined as not throwing or rejecting. This
function does not accept any arguments, and is allowed to return any value.
* `options` {Object} An optional configuration object for the polling operation.
The following properties are supported:
Expand Down