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

Share code between runners #21

Closed bensu closed 8 years ago

bensu commented 9 years ago

It would make it easier to extend them, for example by improving the error messages on what namespaces were properly loaded.

crisptrutski commented 9 years ago

Just load a common.js file the same way each runner loads the compiled tests file?

bensu commented 8 years ago

Fixed in 725de62978ed988be587acc6d823a1f56b345d41 following @crisptrutski suggestions.