Fork me on GitHub
#shadow-cljs
<
2021-03-28
>
Jack Arrington16:03:11

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

thheller17:03:02

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

👍 3