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

Install Rhino and Karma for library tests #62

Closed danielcompton closed 8 years ago

danielcompton commented 8 years ago

Circle CI doesn't have Rhino installed by default, and the library needs a local Karma install. Add instructions for local developers.

Fixes #61.