diff --git a/doc/api/assert.md b/doc/api/assert.md index a0eb8d7a4a188e..b742e69d7fb312 100644 --- a/doc/api/assert.md +++ b/doc/api/assert.md @@ -194,6 +194,7 @@ If the values are not equal, an `AssertionError` is thrown with a `message` property set equal to the value of the `message` parameter. If the `message` parameter is undefined, a default error message is assigned. +## assert.fail(message) ## assert.fail(actual, expected[, message[, operator[, stackStartFunction]]])