(default-assert result message)
Default assertion function.
Parameters:
result
- The result of the assertion (true or false).
message
- The message to display if the assertion fails.
Returns:
Calls the is
function with the result and message.
Default assertion function. Parameters: `result` - The result of the assertion (true or false). `message` - The message to display if the assertion fails. Returns: Calls the `is` function with the result and message.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close