const testRuntime = Layer.toRuntimeWithMemoMap(layer, runtime.memoMap)
const el = render(<MyRxComponent />)
testRuntime.runPromise(...adjusting clock here..)
await el.findByTestId(`element-after-delay`)
const testRuntime = Layer.toRuntimeWithMemoMap(layer, runtime.memoMap)
const el = render(<MyRxComponent />)
testRuntime.runPromise(...adjusting clock here..)
await el.findByTestId(`element-after-delay`)