shadow-cljs

https://github.com/thheller/shadow-cljs | https://github.com/sponsors/thheller | https://www.patreon.com/thheller
Jack Arrington 2021-03-28T16:37:11.213Z

Maybe a dumb question, but is there an equivalent to the :autorun option for a build with a :browser-test target? I find it pretty useful to be able to run the test with one command, like the :node-test ones

thheller 2021-03-28T17:19:02.213600Z

they run automatically when you open the browser-test output in a browser. for automated stuff use :karma

👍 1