On this page

    M

    assert

    History
    assert(value, message?): void
    Attributes
    value:any
    The input that is checked for being truthy.
    message:string | Error | Function

    An alias of assert.ok().