Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit f436ac1

Browse filesBrowse files
shrujalshah28ruyadorno
authored andcommitted
doc: update return type for describe
PR-URL: #48572 Fixes: #48571 Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Moshe Atlow <moshe@atlow.co.il>
1 parent 6b6d5d9 commit f436ac1
Copy full SHA for f436ac1

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Open diff view settings
Collapse file

‎doc/api/test.md‎

Copy file name to clipboardExpand all lines: doc/api/test.md
+1-1Lines changed: 1 addition & 1 deletion
  • Display the source diff
  • Display the rich diff
Original file line numberDiff line numberDiff line change
@@ -871,7 +871,7 @@ same as [`test([name], { only: true }[, fn])`][it options].
871871
declaring all subtests and subsuites.
872872
The first argument to this function is a [`SuiteContext`][] object.
873873
**Default:** A no-op function.
874-
* Returns: `undefined`.
874+
* Returns: {Promise} Immediately fulfilled with `undefined`.
875875

876876
The `describe()` function imported from the `node:test` module. Each
877877
invocation of this function results in the creation of a Subtest.

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.