summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRuben Bridgewater <ruben@bridgewater.de>2020-04-28 15:19:14 +0200
committerMichaël Zasso <targos@protonmail.com>2020-05-04 15:01:31 +0200
commit6925b358f98fa62d4126213578f9e1294616fd2c (patch)
tree55a1e4550966c00c9b3f5e39518ff15f99b0fb41
parent74b0e8c3a82f678c5b6bf5cca63b9d27c4d5963e (diff)
downloadnode-new-6925b358f98fa62d4126213578f9e1294616fd2c.tar.gz
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>
-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 f8178ed6ec..ac7edf36dd 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