chore: generate
This commit is contained in:
@@ -98,15 +98,12 @@ const configLayer = (
|
|||||||
client?: HttpClient.HttpClient
|
client?: HttpClient.HttpClient
|
||||||
} = {},
|
} = {},
|
||||||
) =>
|
) =>
|
||||||
LayerNode.compile(
|
LayerNode.compile(LayerNode.group([Config.node, FSUtil.node, Env.node, CrossSpawnSpawner.node]), [
|
||||||
LayerNode.group([Config.node, FSUtil.node, Env.node, CrossSpawnSpawner.node]),
|
[Auth.node, options.auth ?? AuthTest.empty],
|
||||||
[
|
[Account.node, options.account ?? AccountTest.empty],
|
||||||
[Auth.node, options.auth ?? AuthTest.empty],
|
[Npm.node, NpmTest.noop],
|
||||||
[Account.node, options.account ?? AccountTest.empty],
|
[httpClient, Layer.succeed(HttpClient.HttpClient, options.client ?? unexpectedHttp)],
|
||||||
[Npm.node, NpmTest.noop],
|
])
|
||||||
[httpClient, Layer.succeed(HttpClient.HttpClient, options.client ?? unexpectedHttp)],
|
|
||||||
],
|
|
||||||
)
|
|
||||||
|
|
||||||
const layer = configLayer()
|
const layer = configLayer()
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user