Skip to content

Commit 0fd0fac

Browse files
chore: generate
1 parent 0de3b67 commit 0fd0fac

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

packages/opencode/test/tool/shell.test.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,9 @@ const shellLayer = Layer.mergeAll(
2727
Agent.defaultLayer,
2828
)
2929
const it = testEffect(shellLayer)
30-
type ShellTestServices = (typeof shellLayer extends Layer.Layer<infer ROut, infer _E, infer _RIn> ? ROut : never) | Scope.Scope
30+
type ShellTestServices =
31+
| (typeof shellLayer extends Layer.Layer<infer ROut, infer _E, infer _RIn> ? ROut : never)
32+
| Scope.Scope
3133

3234
const initShell = Effect.fn("ShellToolTest.init")(function* () {
3335
const info = yield* ShellTool

0 commit comments

Comments
 (0)