chore: generate

This commit is contained in:
opencode-agent[bot] 2026-06-22 04:17:10 +00:00
commit cd292a4ecb
14 changed files with 78 additions and 146 deletions

View file

@ -7,10 +7,7 @@ import { EventV2 } from "@opencode-ai/core/event"
import { testEffect } from "./lib/effect"
const it = testEffect(
Integration.locationLayer.pipe(
Layer.provideMerge(Credential.defaultLayer),
Layer.provideMerge(EventV2.defaultLayer),
),
Integration.locationLayer.pipe(Layer.provideMerge(Credential.defaultLayer), Layer.provideMerge(EventV2.defaultLayer)),
)
describe("Integration", () => {