Function expect

Properties

Properties

fail: ((message?: string) => never)

Type declaration

    • (message?): never
    • Throw an AssertionError

      Parameters

      • message: string = 'Fail'

        The message to pass to the AssertionError

      Returns never