magnars / kaocha-runner.el

An emacs package for running Kaocha tests via CIDER.
34 stars 4 forks source link

[Fix #1] Add support for cljs, run single test and custom test suit #4

Closed benedekfazekas closed 5 years ago

benedekfazekas commented 5 years ago

This started off as solving those blockers listed in #1. While working on those I figured I need to reshuffle things a bit to be able to run clojurescript tests. Two new features kind of fell out of this:

Tested all features on both clojure and clojurescript tests in the same project.

benedekfazekas commented 5 years ago

thanks for the review and the quick answer

magnars commented 5 years ago

Thanks, these changes look good. 👍