Missing `it.live` in `it.layer` for logging in tests; alternatives?
When using
is there an alternative way that's suggested
----
it.layer, the it instance it provides to the child tests does not have the it.live function which prevents us from seeing any logs in our tests. is there an alternative way that's suggested
----
