(path: ConfigProvider.Path)
| 1074 | |
| 1075 | describe("layers", () => { |
| 1076 | const loadFromContext = (path: ConfigProvider.Path) => |
| 1077 | Effect.gen(function*() { |
| 1078 | const provider = yield* ConfigProvider.ConfigProvider |
| 1079 | return yield* provider.load(path) |
| 1080 | }) |
| 1081 | |
| 1082 | it("layer installs a provider", async () => { |
| 1083 | const result = await Effect.runPromise( |
no outgoing calls
no test coverage detected