We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f803d6c commit b74e0ffCopy full SHA for b74e0ff
doc/api/assert.md
@@ -1097,6 +1097,7 @@ added: v10.0.0
1097
* `asyncFn` {Function|Promise}
1098
* `error` {RegExp|Function}
1099
* `message` {string}
1100
+* Returns: {Promise}
1101
1102
Awaits the `asyncFn` promise or, if `asyncFn` is a function, immediately
1103
calls the function and awaits the returned promise to complete. It will then
@@ -2041,6 +2042,7 @@ added: v10.0.0
2041
2042
2043
* `error` {RegExp|Function|Object|Error}
2044
2045
2046
2047
2048
0 commit comments