We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92ff410 commit a7111d4Copy full SHA for a7111d4
doc/api/assert.md
@@ -1092,6 +1092,7 @@ added: v10.0.0
1092
* `asyncFn` {Function|Promise}
1093
* `error` {RegExp|Function}
1094
* `message` {string}
1095
+* Returns: {Promise}
1096
1097
Awaits the `asyncFn` promise or, if `asyncFn` is a function, immediately
1098
calls the function and awaits the returned promise to complete. It will then
@@ -2036,6 +2037,7 @@ added: v10.0.0
2036
2037
2038
* `error` {RegExp|Function|Object|Error}
2039
2040
2041
2042
2043
0 commit comments