diff --git a/doc/api/assert.md b/doc/api/assert.md index 925108b8fcf..58c3e7c07f0 100644 --- a/doc/api/assert.md +++ b/doc/api/assert.md @@ -256,6 +256,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)