Using `layer(...)("...", it => it.live)` in Vitest

is there a way to do layer(...)("...", it => it.live) in /vitest?
it appears there is only it.effect
Was this page helpful?