doc: mark assert.CallTracker experimental

Some details might still change and it would be good to get feedback
from users before we mark this as stable.

Signed-off-by: Ruben Bridgewater <ruben@bridgewater.de>

PR-URL: https://github.com/nodejs/node/pull/33124
Reviewed-By: Zeyu Yang <himself65@outlook.com>
Reviewed-By: Juan José Arboleda <soyjuanarbol@gmail.com>
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: Michaël Zasso <targos@protonmail.com>
This commit is contained in:
Ruben Bridgewater 2020-04-28 15:19:14 +02:00 committed by Michaël Zasso
parent 027e1c706d
commit c81e5f699e
No known key found for this signature in database
GPG Key ID: 770F7A9A5AE15600
1 changed files with 7 additions and 0 deletions

View File

@ -150,6 +150,13 @@ try {
```
## Class: `assert.CallTracker`
<!-- YAML
added: REPLACEME
-->
> Stability: 1 - Experimental
This feature is currently experimental and behavior might still change.
### `new assert.CallTracker()`
<!-- YAML