Olical / cljs-test-runner

Discover and run your ClojureScript tests
https://clojars.org/olical/cljs-test-runner
The Unlicense
86 stars 16 forks source link

Support planck #25

Closed borkdude closed 5 years ago

borkdude commented 5 years ago

Tests can be run with -x planck if you have planck installed. This fixes #24.

borkdude commented 5 years ago

@Olical The tests pass with:

clj -Adev -m cljs-test-runner.main -x planck
Olical commented 5 years ago

All merged, will be published in 3.4.0. Thank you very much!