| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent a469ce5 commit 6cadc71
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -8,10 +8,6 @@ used in application code via `require('assert')`. However, `assert` is not a | |||
| 8 | 8 | testing framework, and is not intended to be used as a general purpose assertion | |
| 9 | 9 | library. | |
| 10 | 10 | ||
| 11 | - 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. | ||
| 14 | - | ||
| 15 | 11 | ## assert(value[, message]) | |
| 16 | 12 | <!-- YAML | |
| 17 | 13 | added: v0.5.9 | |
@@ -508,7 +504,6 @@ assert.throws(myFunction, 'missing foo', 'did not throw with expected message'); | |||
| 508 | 504 | assert.throws(myFunction, /missing foo/, 'did not throw with expected message'); | |
| 509 | 505 | ``` | |
| 510 | 506 | ||
| 511 | - [Locked]: documentation.html#documentation_stability_index | ||
| 512 | 507 | [`assert.deepEqual()`]: #assert_assert_deepequal_actual_expected_message | |
| 513 | 508 | [`assert.deepStrictEqual()`]: #assert_assert_deepstrictequal_actual_expected_message | |
| 514 | 509 | [`assert.ok()`]: #assert_assert_ok_value_message | |
| Back | FazBrowse Home | New Git URL |
0 commit comments