Closed ferdinand-beyer closed 1 year ago
released as 3.8.5
@philomates -- I see 3.8.5 in the changelog, however it seems this did not make it to Clojars?
ah, the CI failed and blocked the release to clojars, I just re-triggered it after the fix (https://github.com/nubank/matcher-combinators/commit/9239aa22444ef6c3a78e2eb4aaf9af8ea2fc8b3f), should be up now
Brilliant, thanks!
The exported clj-kondo configuration currently only considers Clojure's
clojure.test
, but not ClojureScript'scljs.test
. Therefore you'll get linter errors when usingmatch?
in ClojureScript tests.