summaryrefslogtreecommitdiff
path: root/doc/api/assert.md
diff options
context:
space:
mode:
Diffstat (limited to 'doc/api/assert.md')
-rw-r--r--doc/api/assert.md18
1 files changed, 8 insertions, 10 deletions
diff --git a/doc/api/assert.md b/doc/api/assert.md
index 5c73e1085e..bfdd7cdd08 100644
--- a/doc/api/assert.md
+++ b/doc/api/assert.md
@@ -876,19 +876,18 @@ parameter is an instance of an [`Error`][] then it will be thrown instead of the
added:
- v13.6.0
- v12.16.0
+changes:
+ - version: REPLACEME
+ pr-url: https://github.com/nodejs/node/pull/38111
+ description: This API is no longer experimental.
-->
* `string` {string}
* `regexp` {RegExp}
* `message` {string|Error}
-> Stability: 1 - Experimental
-
Expects the `string` input not to match the regular expression.
-This feature is currently experimental and the name might change or it might be
-completely removed again.
-
```mjs
import assert from 'assert/strict';
@@ -1398,19 +1397,18 @@ let err;
added:
- v13.6.0
- v12.16.0
+changes:
+ - version: REPLACEME
+ pr-url: https://github.com/nodejs/node/pull/38111
+ description: This API is no longer experimental.
-->
* `string` {string}
* `regexp` {RegExp}
* `message` {string|Error}
-> Stability: 1 - Experimental
-
Expects the `string` input to match the regular expression.
-This feature is currently experimental and the name might change or it might be
-completely removed again.
-
```mjs
import assert from 'assert/strict';