lambdaisland / kaocha-cljs

ClojureScript support for Kaocha
Eclipse Public License 1.0
40 stars 10 forks source link

add necessary docs for issue 48 #54

Closed humorless closed 1 year ago

humorless commented 1 year ago

add necessary documentation for #48

humorless commented 1 year ago

Thanks for adding this! I Just fixed some minor issues.

It might be nice to go into the tradeoffs between a browser REPL versus including a DOM. I'm not sure whether there are any downsides to global-jsdom, but I suspect it has some differences from a browser DOM. The pro would be avoiding the unreliability of connecting to a browser, however.

I got the idea/information of the global-jsdom thing by googling, and I found Arne's reply on ClojureVerse discussions. I think it would be nice to also add this method.