Fork me on GitHub
#clj-kondo
<
2021-03-07
>
borkdude12:03:03

Found a .cljc case where I'll definitely write a linter for:

(deftest foo-test
  #?(:clj
     (testing "foo"
       (prn :x))
     (testing "bar"
       (prn :y))))

lein test sci.reify-test
:x

(note: no :y)

😅 3