weavejester / cljfmt

A tool for formatting Clojure code
Eclipse Public License 1.0
1.11k stars 120 forks source link

Fix CLJS tests (fixes #296) #297

Closed borkdude closed 1 year ago

borkdude commented 1 year ago

This fixes the tests like they were prior to #293. Fixes #296.

This does not address the problem that in case of a failing CLJS test, the exit code is non-zero since I want to keep this PR as minimal as possible.

borkdude commented 1 year ago

In case you want to migrate the CLJS tests to deps.edn, I have good experience with https://github.com/Olical/cljs-test-runner. That will also solve the exit code problem automatically. Just FYI.