refactor(core): derive catalog availability from integrations (#32272)
This commit is contained in:
@@ -53,6 +53,7 @@ const integrations = Integration.locationLayer.pipe(
|
||||
Layer.provide(
|
||||
Layer.mock(Credential.Service)({
|
||||
create: () => Effect.die("unexpected credential creation"),
|
||||
all: () => Effect.succeed([]),
|
||||
list: () => Effect.succeed([]),
|
||||
}),
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user