diff --git a/doc/api/test.md b/doc/api/test.md index 4f408988486c38..da7f512d41ef62 100644 --- a/doc/api/test.md +++ b/doc/api/test.md @@ -871,7 +871,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.