chore: generate
This commit is contained in:
parent
2bb4311042
commit
cd292a4ecb
14 changed files with 78 additions and 146 deletions
|
|
@ -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", () => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue