is there a shortcut for `if (XXXX) pass() else fai...
# strikt
c
is there a shortcut for
if (XXXX) pass() else fail(message)
?