plexus / chestnut

Application template for Clojure + ClojureScript web apps
Eclipse Public License 1.0
1.32k stars 99 forks source link

Run tests in auto mode? #221

Closed jarednorman closed 6 years ago

jarednorman commented 6 years ago

Maybe I've just missed something. From the README:

Unit tests for both Clojure and CLJS. Both specs and CLJS tests can be run in "auto" mode.

I don't see any support for running tests in auto mode in my generated application. None of the plugins I know provide functionality like that are present. Did I miss something or is this claim stale?

plexus commented 6 years ago

For Clojure tests

lein auto test

For ClojureScript

lein doo phantom test

The second one is mentioned in the docs, the first should be but isn't. A PR for that would be very appreciated.

Note that we only use GH issues for bug reports. For general questions it is recommended you use the mailing list. Thanks!