does anybody use a different test runner with lein
(or anything else)? My goal is to get the timings of each deftest
in a report to help optimize suite speed. Looks like circleci.test
does it through a global fixture, wondering what else y’all use.
IIRC kaocha
has this baked in, but you can also get timings from some JUnit exporters (for CLJS projects)