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 cc3a056

Browse filesBrowse files
shrujalshah28RafaelGSS
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 d96f921 commit cc3a056
Copy full SHA for cc3a056

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
@@ -1004,7 +1004,7 @@ same as [`test([name], { only: true }[, fn])`][it options].
10041004
declaring all subtests and subsuites.
10051005
The first argument to this function is a [`SuiteContext`][] object.
10061006
**Default:** A no-op function.
1007-
* Returns: `undefined`.
1007+
* Returns: {Promise} Immediately fulfilled with `undefined`.
10081008

10091009
The `describe()` function imported from the `node:test` module. Each
10101010
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.