Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRuben Bridgewater <ruben@bridgewater.de>2020-04-28 16:19:14 +0300
committerMichaël Zasso <targos@protonmail.com>2020-05-04 15:59:32 +0300
commitc81e5f699e80fa5c0a201ae4c34e455c99e52a20 (patch)
treeced184215347b002392f24bd43eedc86817e29ed /doc/api/assert.md
parent027e1c706d25be75a790eb744835a0ebdc65452f (diff)
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>
Diffstat (limited to 'doc/api/assert.md')
-rw-r--r--doc/api/assert.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/api/assert.md b/doc/api/assert.md
index f8178ed6ec1..ac7edf36dd2 100644
--- a/doc/api/assert.md
+++ b/doc/api/assert.md
@@ -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