reagent-project / reagent-template

A Leiningen template for projects using Reagent.
MIT License
394 stars 55 forks source link

testing with cljs.test, doo and phantomjs #107

Closed zjhmale closed 8 years ago

zjhmale commented 8 years ago

in #98 we disscussed use doo to fix +test option issue half month ago, and i think it's time to get it done.

@yogthos @gadfly361

For reference: https://github.com/reagent-project/reagent-cookbook/tree/master/recipes/test-example https://github.com/Day8/re-frame-template/commit/36d2fbb3306acfdad65bc37e14374150acfe0b75

thx @gadfly361 inspired me.

yogthos commented 8 years ago

looks great :+1:

zjhmale commented 8 years ago

:smiley:

yogthos commented 8 years ago

just a heads up, I ended up moving test dependencies/plugins to :dev profile as they shouldn't be included in the prod build :)

zjhmale commented 8 years ago

ok it's fine, lgtm.