Skip to content

Commit 5d58756

Browse files
Trottitaloacasas
authored andcommitted
doc: remove assertions about assert
The assert docs have some language that suggests that we don't want bug fixes. We do. Send in bug fixes, please. (Just no new API features.) We'd love to not have assert in core at all, but that ship has sailed. It's here to stay. Let's at least make it not have surprising behaviors. Because we want good things for our users. PR-URL: #11113 Reviewed-By: Italo A. Casas <[email protected]> Reviewed-By: Timothy Gu <[email protected]> Reviewed-By: Daniel Bevenius <[email protected]> Reviewed-By: Joyee Cheung <[email protected]> Reviewed-By: Gibson Fahnestock <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Сковорода Никита Андреевич <[email protected]>
1 parent 815e668 commit 5d58756

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

doc/api/assert.md

+3-6
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,11 @@
33
> Stability: 3 - Locked
44
55
The `assert` module provides a simple set of assertion tests that can be used to
6-
test invariants. The module is intended for internal use by Node.js, but can be
7-
used in application code via `require('assert')`. However, `assert` is not a
8-
testing framework, and is not intended to be used as a general purpose assertion
9-
library.
6+
test invariants.
107

118
The API for the `assert` module is [Locked][]. This means that there will be no
12-
additions or changes to any of the methods implemented and exposed by
13-
the module.
9+
additions or changes to any of the methods implemented and exposed by the
10+
module.
1411

1512
## assert(value[, message])
1613
<!-- YAML

0 commit comments

Comments
 (0)