Skip to content

remix/assert · Function

View Source

fail

Summary

Unconditionally fails the test with an optional message.

Signature

function fail(message: AssertionMessage): never

Example

assert.fail('this branch should never be reached')

Parameters

message

Optional failure message.