### Affected URL(s) https://nodejs.org/api/test.html#describename-options-fn ### Description of the problem The documentation says that `describe` return `undefined` but it actually returns a `Promise` just like `test`.
Affected URL(s)
https://nodejs.org/api/test.html#describename-options-fn
Description of the problem
The documentation says that
describereturnundefinedbut it actually returns aPromisejust liketest.