clj-commons / rewrite-clj

Rewrite Clojure code and edn
https://cljdoc.org/d/rewrite-clj
MIT License
592 stars 55 forks source link

test: refactor are->doseq #281

Closed lread closed 5 months ago

lread commented 5 months ago

When studying some metadata tests I converted them from are to doseq. A personal pref that I find easier to maintain and grok.

Was studying tests for #279 and #280