File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change 22
33 Stability: 3 - Locked
44
5- The ` assert ` module provides a simple set of assertion tests that can be used
6- to test invariants and implement unit tests. While the ` assert ` module is
7- generally intended for internal use by Node.js itself, it can be used by user
8- code calling ` require('assert') ` .
5+ 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.
910
1011The API for the ` assert ` module is [ Locked] [ ] . This means that there will be no
1112additions or changes to any of the methods implemented and exposed by
You can’t perform that action at this time.
0 commit comments