do I understand right that yurt use case is not to swap test implementations in test files?
yurt
I basically do this: (mount/swap-states {#'blob/blob-service {:start #(constantly client-mock)}})
(mount/swap-states {#'blob/blob-service {:start #(constantly client-mock)}})
would yurt help in readability of the tests?