Hey gals and guys,
Is there a way to obtain the context of a test from within the :before
function registered via cljs.test/use-fixtures
?
I am using re-frame
and I'd like to mock all the event handlers except the one being tested.
@clement.ronzon
I'm not answering your question directly, but perhaps have a look at what re-frame-test
supplies.
Thanks Mike, I did look at it but wasn't able to find anything like so. I ll change the approach.