jrheard / voke

a roguelite in clojurescript
MIT License
32 stars 2 forks source link

figure out how to colorize test output #18

Closed jrheard closed 7 years ago

jrheard commented 7 years ago

looks like this might not be possible with cljs.test / doo at the moment?

http://blog.jayfields.com/2012/05/clojure-expectations-colorized.html looks like a good jumping-off point; might have to fork doo and add support myself, or something along those lines

jrheard commented 7 years ago

in slack, user pat says:

@jrheard assuming you are using a unix terminal you will have to create a custom report function that uses ansi escape codes Figwheel uses ansi colors, id look there

jrheard commented 7 years ago

meh