I’ve just noticed the cider-nrepl test op is marked as deprecated:
https://docs.cider.mx/cider-nrepl/nrepl-api/ops.html#test
Is there a suggested new way to run tests?
thanks 👍
Calva uses test-var-query, which I think is the new way. At least I thought so when implementing it. 😃
Yeah, that's true.
It's basically one flexible op that replaces several highly specialized ops.