Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions doc/api/test.md
Original file line number Diff line number Diff line change
Expand Up @@ -3345,10 +3345,12 @@ The name of the test.
added:
- v22.2.0
- v20.15.0
changes:
- version: REPLACEME
pr-url: https://github.com/nodejs/node/pull/55895
description: This function is no longer experimental.
-->

> Stability: 1 - Experimental

* `count` {number} The number of assertions and subtests that are expected to run.

This function is used to set the number of assertions and subtests that are expected to run
Expand Down
Loading