You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
did not trigger a warning, so all "pure" functions like not that are not wrapped in an is now report a :missing-test-assertion (whereas (testing "foo" (true? (= 1 2))) did trigger such a warning, but the first argument to testing should not be considered.
version
2023.05.18
problem
Using an expression as the first argument of clojure.test/testing generates "missing test assertion" warnings
repro
clj-kondo --lint repro.clj repro.clj:6:12: warning: missing test assertion linting took 9ms, errors: 0, warnings: 1
expected behavior
no warning
The text was updated successfully, but these errors were encountered: