We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
thrown?
(ns foo (:require [hyperfiddle.rcf :refer [tests]])) (tests (inc nil) thrown? NullPointerException)
Compiler warning:
Use of undeclared Var foo/thrown?
thrown? is defined by t/assert-expr, it should not be resolved in the current ns if used in an assertion.
t/assert-expr
The text was updated successfully, but these errors were encountered:
I propose to rename thrown? to throws? or even :throws
throws?
:throws
Sorry, something went wrong.
ggeoffrey
No branches or pull requests
Compiler warning:
thrown?
is defined byt/assert-expr
, it should not be resolved in the current ns if used in an assertion.The text was updated successfully, but these errors were encountered: