Hello, I’m new to Clojure and I’ve been enjoying exercism. When attempting the Squeaky Clean exercise I noticed that the tests would not run. I use the exercism cli and running exercism test nothing would happen. The result was the same when using clj -X:test. I decided to look into it and see if I could fix it. I replaced the deps.edn with the contents from the example on cognitect test runner repo. That fixed the problem. The lein test didnt seem to have a problem. I found this repo and made a PR but it was closed automatically and so now I’m here.
Hello everyone.
It’s a small contribution but I hope it helps someone.
Thank you,
Josh
Tests fail to run with current deps.edn when using the test alias or exercism test.
Thanks for spotting this issue. Upon further examination, it appears to affect multiple exercises. Ideally, we should update all deps.edn files at the same time, which I plan to do soon.
However, I’ll go ahead and accept your PR that fixes just this exercise. To keep the deps.edn files consistent, please replace your changes with the deps.edn from the log-levels exercise (assuming it resolves the issue), which you can find here: