nubank / matcher-combinators

Library for creating matcher combinator to compare nested data structures
Other
467 stars 23 forks source link

Configure clj-kondo for ClojureScript as well #204

Closed ferdinand-beyer closed 1 year ago

ferdinand-beyer commented 1 year ago

The exported clj-kondo configuration currently only considers Clojure's clojure.test, but not ClojureScript's cljs.test. Therefore you'll get linter errors when using match? in ClojureScript tests.

philomates commented 1 year ago

released as 3.8.5

ferdinand-beyer commented 1 year ago

@philomates -- I see 3.8.5 in the changelog, however it seems this did not make it to Clojars?

philomates commented 1 year ago

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

ferdinand-beyer commented 1 year ago

Brilliant, thanks!