Issue with `LayerMap` Rebuilding Inner Layer in Tests
Hi! I'm trying to use
Here's an example to demo this and the difference with when using the inner Layer directly (playground here):
I insist that this is in the case of tests where I'd like to customize the behavior of the inner layer, hence the lazy functions everywhere.
Am I missing something? I did not find something else than
LayerMap and I have an issue in tests where the inner layer gets rebuilt every time it's used while I would not expected this to be the case.Here's an example to demo this and the difference with when using the inner Layer directly (playground here):
I insist that this is in the case of tests where I'd like to customize the behavior of the inner layer, hence the lazy functions everywhere.
Am I missing something? I did not find something else than
Layer.make to build the layer in layerMock and maybe the issue comes from this