Closed crisptrutski closed 9 years ago
Looks great from a quick glance. I'll try to give it a test run after ClojureBridge here.
Thanks for spotting - updated, and you can preview here: https://github.com/crisptrutski/tenzing/blob/master/README.org
lein new tenzing testing-testing +reagent +test --snapshot
testing now..
Cannot run program "rhino"
Maybe adding a check to boot-cljs-test if the runner programs are available would be a good idea?
Sounds good. Commands are called by do directly, so will PR there On 15 Jul 2015 5:45 PM, "Martin Klepsch" notifications@github.com wrote:
Cannot run program "rhino"
Maybe adding a check to boot-cljs-test if the runner programs are available would be a good idea?
— Reply to this email directly or view it on GitHub https://github.com/martinklepsch/tenzing/pull/28#issuecomment-121657383.
Other than that looking pretty sweet :) Now I only need to write tests lol
:palm_tree: :cocktail: (coconut)
Refs #27
Some obvious areas for improvement:
Having issues with some environments, eg. slimerjs is not showing output, and node chokes on absolute file paths. Will submit patches upstream.clojure.core/test
is clobbered. Is there a(:refer-clojure :exclusions [...])
mechanism forbuild.boot
files?/tests/fixtures.cljs
would not be run for example).Moving back a step - starter test suites specifically for Reagent and Om would be nice.
On a code note - adding extra tasks is quite messy without #2