Overriding Configuration in Tests with Effect Typescript
I am writing tests and I have a test layer:
One of the dependencies is
Now I have a scenario where I want to override one of the configuration values in one of the tests, how do I do it?
I tried these options but none of them work:
or:
One of the dependencies is
Configuration layer. I provide some test configuration and write my tests with:Now I have a scenario where I want to override one of the configuration values in one of the tests, how do I do it?
I tried these options but none of them work:
or:
