File tree 1 file changed +5
-4
lines changed
1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change 2
2
3
3
Stability: 3 - Locked
4
4
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.
9
10
10
11
The API for the ` assert ` module is [ Locked] [ ] . This means that there will be no
11
12
additions or changes to any of the methods implemented and exposed by
You can’t perform that action at this time.
0 commit comments