Open
Description
Hi all, I have been longing for some minimal test support for ClojureScript for long time and I actually had a look at the code.
It seems to me it is doing a lot and I am quite wondering why. I did get the custom reporting piece so that we can stream back to cider but it is also basically replicating the test execution functions.
I told myself "there must be a reason!". So I opened this ticket for asking more info 😄
In my head the most basic test functionality is something that calls test/test-var
with the var of the symbol at point.