Creating a No-op or Unimplemented Layer in Effect Typescript
Is there a helper that can create a no-op or "unimplemented" version of a layer? I have a really large Amazon S3 layer from a dependency, and I want to mock just the single method I use in tests, and the rest can just fail.