Would it be reasonable to say that (stest/instrument)
should work when having speculative.core
loaded?
on all platforms
like @mfikes recently suggested I think.
so I made this test: https://github.com/slipset/speculative/blob/instrument-all/test/speculative/core_test.cljc#L200 and disabled apply
for cljs.
but now this test doesn’t instrument anything in cljs, but works in plk. something I run into a lot of times: instrument/unstrument works on one but not on the other 😂
if we can get this last thing to work, I think it’d be good to make a final release for 0.0.2
unable to reproduce this in a smaller repro, so it must be something project specific