bensu / doo

doo is a library and lein plugin to run cljs.test on different js environments.
Eclipse Public License 1.0
324 stars 63 forks source link

Add :exec-dir option to change working directory of executions #76

Closed crisptrutski closed 8 years ago

crisptrutski commented 8 years ago

Closes #68

A pared back, explicit alternate to to #69

crisptrutski commented 8 years ago

@danielcompton @bensu have you had a chance to look at this yet? Green tests :green_apple:

danielcompton commented 8 years ago

Hey I've left some comments. It could also be good to have some tests for this new behaviour, (perhaps with boot?) and some brief docs on the config option.