From slack:
Hi all, Is there a way to see the data that is returned from a function that I call `stest/check` on? For example, I can see all the data generated for that function's inputs by passing in a `reporter-fn` to the `opts` but I can't seem to find a way to access that data for the returns. I'd love to pass a function in to format the output data as needed. thx for any pointers!
Can't fix this in test.check, it's an issue with spec hiding the return value.
(test.check already exposes the return value as the :result key)