weavejester/cljfmt

CLJS tests are failing

borkdude opened this issue · 1 comments

Despite lein test returning a 0 exit code, it seems that the CLJS tests are failing.

Screenshot 2023-02-02 at 20 28 20

I'll follow up with a PR since I was the one who broke this, although I think the test runner should have exited with a non-zero exit code.

That's strange. The testrunner should end the process with an error code if there are any failures. I'll look into this, and thanks for the fix.