diff --git a/doc/api/test.md b/doc/api/test.md index d48190907ec87a..6010e63d956f08 100644 --- a/doc/api/test.md +++ b/doc/api/test.md @@ -1004,7 +1004,7 @@ same as [`test([name], { only: true }[, fn])`][it options]. declaring all subtests and subsuites. The first argument to this function is a [`SuiteContext`][] object. **Default:** A no-op function. -* Returns: `undefined`. +* Returns: {Promise} Immediately fulfilled with `undefined`. The `describe()` function imported from the `node:test` module. Each invocation of this function results in the creation of a Subtest.