(input: Record<string, unknown>)
| 10 | }) {} |
| 11 | |
| 12 | const fromConfig = (input: Record<string, unknown>) => |
| 13 | TestConfig.layer.pipe(Layer.provide(ConfigProvider.layer(ConfigProvider.fromUnknown(input)))) |
| 14 | |
| 15 | const readConfig = TestConfig.useSync((config) => config) |
| 16 |
no test coverage detected