r0man / cljs-http

A ClojureScript HTTP library.
582 stars 93 forks source link

Move to chrome-headless. #115

Closed jmlsf closed 6 years ago

jmlsf commented 6 years ago

@r0man I don't know if this will work with travis.ci. I copied some config code I read from their website to try to be helpful. To get this going on my local machine I did:

yarn init
yarn add karma karma-cljs-test karma-chrome-launcher

This does fix #114, at least on my local machine.

jmlsf commented 6 years ago

@r0man Okay working. It wasn't that hard to move to chrome-headless: install karma locally using a package.json and then configure lein-doo to point to that.

r0man commented 6 years ago

@jmlsf Great, thank you very much for this!