diff --git a/doc/api/test.md b/doc/api/test.md index 1df555a8274894..d3d7ed8086fae1 100644 --- a/doc/api/test.md +++ b/doc/api/test.md @@ -981,7 +981,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.