(options?: Parameters<typeof configLayer>[0])
| 109 | |
| 110 | const it = testEffect(layer) |
| 111 | const configIt = (options?: Parameters<typeof configLayer>[0]) => testEffect(configLayer(options)) |
| 112 | |
| 113 | const schemaConfig = (config: object) => ({ $schema: "https://opencode.ai/config.json", ...config }) |
| 114 |
no test coverage detected